Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
XuHaoJie
2021-11-30 20:10:48 +0800
Commit
25a04b9d13f33b9be08f781e131fe7400d311916
1 parent
35d0e337
杭州-文档管理-只显示信息中心的人员优化
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/table-page/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/userright/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/table-page/index.js
View file @
25a04b9
...
...
@@ -113,7 +113,6 @@ export default {
return
props
.
maxWidth
/
w
*
width
;
}
}
console
.
log
(
'width:'
+
width
);
return
width
;
})();
...
...
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/userright/index.js
View file @
25a04b9
...
...
@@ -66,7 +66,7 @@ export default {
let
userArr
=
Vue
.
ref
([]);
let
isUser
=
props
.
isUser
;
if
(
!
isUser
){
userArr
=
props
.
userArr
;
userArr
.
value
=
props
.
userArr
;
}
let
roleArr
=
Vue
.
ref
([]);
let
orgArr
=
Vue
.
ref
([]);
...
...
Please
register
or
login
to post a comment