Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
81c4854d
Commit
81c4854d
authored
Sep 21, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf:优化工作人员页面部门和窗口搜索弹窗
parent
84e0df65
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
+14
-5
base-manager-ui/admin/src/pages/basicset/site/components/addsite.vue
...r-ui/admin/src/pages/basicset/site/components/addsite.vue
+0
-1
base-manager-ui/admin/src/pages/basicset/workman/personnel.vue
...manager-ui/admin/src/pages/basicset/workman/personnel.vue
+14
-4
No files found.
base-manager-ui/admin/src/pages/basicset/site/components/addsite.vue
View file @
81c4854d
...
@@ -567,7 +567,6 @@ export default {
...
@@ -567,7 +567,6 @@ export default {
},
},
created
()
{
created
()
{
this
.
getModel
();
this
.
getModel
();
console
.
log
(
process
.
env
.
NODE_ENV
);
},
},
computed
:
{
computed
:
{
Visible
:
{
Visible
:
{
...
...
base-manager-ui/admin/src/pages/basicset/workman/personnel.vue
View file @
81c4854d
<
template
>
<
template
>
<a-spin
tip=
"正在上传中..."
:spinning=
"spinning"
>
<a-spin
tip=
"正在上传中..."
:spinning=
"spinning"
>
<div
class=
"
website
flex flexc"
>
<div
class=
"
personnel
flex flexc"
>
<TabHeader
label=
"工作人员管理"
></TabHeader>
<TabHeader
label=
"工作人员管理"
></TabHeader>
<div
class=
"pd15 flex1 auto-scroll-y"
>
<div
class=
"pd15 flex1 auto-scroll-y"
>
<div
class=
"person_chang flex aic mb10"
>
<div
class=
"person_chang flex aic mb10"
>
...
@@ -21,6 +21,7 @@
...
@@ -21,6 +21,7 @@
{{
curDept
}}
{{
curDept
}}
</div>
</div>
<a-popover
<a-popover
overlayClassName=
"personnel-popover"
arrowPointAtCenter
arrowPointAtCenter
placement=
"rightTop"
placement=
"rightTop"
title=
"部门列表"
title=
"部门列表"
...
@@ -80,6 +81,7 @@
...
@@ -80,6 +81,7 @@
{{ curWindow }}
{{ curWindow }}
</div>
</div>
<a-popover
<a-popover
overlayClassName=
"personnel-popover"
arrowPointAtCenter
arrowPointAtCenter
placement=
"rightTop"
placement=
"rightTop"
title=
"窗口列表"
title=
"窗口列表"
...
@@ -661,9 +663,15 @@ export default {
...
@@ -661,9 +663,15 @@ export default {
},
},
};
};
</
script
>
</
script
>
<
style
lang=
"less"
>
.personnel-popover {
.ant-popover-inner-content {
padding: 0px !important;
}
}
</
style
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.
website
{
.
personnel
{
width: 100%;
width: 100%;
height: 100%;
height: 100%;
.right {
.right {
...
@@ -783,10 +791,12 @@ export default {
...
@@ -783,10 +791,12 @@ export default {
}
}
}
}
}
}
.dept-list {
.dept-list {
width:
50
0px;
width:
62
0px;
min-height: 50px;
min-height: 50px;
max-height: 400px;
max-height: 400px;
padding: 12px 16px;
overflow-y: auto;
overflow-y: auto;
.ant-radio-group {
.ant-radio-group {
display: grid;
display: grid;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment