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
67f025a2
Commit
67f025a2
authored
Jan 13, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:优化部门和呼叫器皮肤设置
parent
0145ddfc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
base-manager-ui/admin/src/pages/basicset/dept/department.vue
base-manager-ui/admin/src/pages/basicset/dept/department.vue
+4
-4
base-manager-ui/admin/src/pages/basicset/surface/calloutskin/CallOutSkin.vue
...in/src/pages/basicset/surface/calloutskin/CallOutSkin.vue
+10
-10
No files found.
base-manager-ui/admin/src/pages/basicset/dept/department.vue
View file @
67f025a2
...
...
@@ -43,7 +43,7 @@
type=
"edit"
class=
"department_edit"
title=
"编辑"
@
click=
"showModal(v)"
@
click
.stop
=
"showModal(v)"
/>
</a-tooltip>
<a-tooltip>
...
...
@@ -51,7 +51,7 @@
<a-icon
type=
"delete"
@
click=
"delDepartment(v.id)"
@
click
.stop
=
"delDepartment(v.id)"
class=
"delete"
department_del
/>
...
...
@@ -122,11 +122,11 @@
</
template
>
<!-- 所属楼栋 -->
<
template
slot=
"building"
slot-scope=
"text"
>
<span>
{{
text
.
building
?
text
.
building
:
"
--
"
}}
</span>
<span>
{{
text
.
building
?
text
.
building
+
"
栋
"
:
"
--
"
}}
</span>
</
template
>
<!-- 所属楼层 -->
<
template
slot=
"level"
slot-scope=
"text"
>
<span>
{{
text
.
level
?
text
.
level
:
"
--
"
}}
</span>
<span>
{{
text
.
level
?
text
.
level
+
"
层
"
:
"
--
"
}}
</span>
</
template
>
<!-- 备注 -->
<
template
slot=
"summary"
slot-scope=
"text"
>
...
...
base-manager-ui/admin/src/pages/basicset/surface/calloutskin/CallOutSkin.vue
View file @
67f025a2
...
...
@@ -73,7 +73,7 @@
<div
class=
"footer flex jcc aic"
>
<div
class=
"footer-item"
>
<p
:style=
"
{ color: filterItem('5', 0) }">当前窗口
</p>
<p
class=
"footer-data"
:style=
"
{ color: filterItem('
6
', 0) }">
<p
class=
"footer-data"
:style=
"
{ color: filterItem('
7
', 0) }">
A区16号
</p>
</div>
...
...
@@ -81,14 +81,14 @@
class=
"line"
:style=
"
{
backgroundImage: `linear-gradient(to bottom,#ccc,${filterItem(
'
6
',
'
7
',
0
)} 45%,${filterItem('
6
', 0)} 65%,#ccc 100% )`,
)} 45%,${filterItem('
7
', 0)} 65%,#ccc 100% )`,
}"
>
</div>
<div
class=
"footer-item"
>
<p
:style=
"
{ color: filterItem('5', 0) }">当前办理
</p>
<p
class=
"footer-data"
:style=
"
{ color: filterItem('
6
', 0) }">
<p
class=
"footer-data"
:style=
"
{ color: filterItem('
7
', 0) }">
A0012
</p>
</div>
...
...
@@ -96,14 +96,14 @@
class=
"line"
:style=
"
{
backgroundImage: `linear-gradient(to bottom,#ccc,${filterItem(
'
6
',
'
7
',
0
)} 45%,${filterItem('
6
', 0)} 65%,#ccc 100% )`,
)} 45%,${filterItem('
7
', 0)} 65%,#ccc 100% )`,
}"
>
</div>
<div
class=
"footer-item"
>
<p
:style=
"
{ color: filterItem('5', 0) }">等待办理
</p>
<p
class=
"footer-data"
:style=
"
{ color: filterItem('
6
', 0) }">
<p
class=
"footer-data"
:style=
"
{ color: filterItem('
7
', 0) }">
<span>
160
</span>
<span>
120
</span>
</p>
...
...
@@ -112,14 +112,14 @@
class=
"line"
:style=
"
{
backgroundImage: `linear-gradient(to bottom,#ccc,${filterItem(
'
6
',
'
7
',
0
)} 45%,${filterItem('
6
', 0)} 65%,#ccc 100% )`,
)} 45%,${filterItem('
7
', 0)} 65%,#ccc 100% )`,
}"
>
</div>
<div
class=
"footer-item"
>
<p
:style=
"
{ color: filterItem('5', 0) }">当天办理
</p>
<p
class=
"footer-data"
:style=
"
{ color: filterItem('
6
', 0) }">16
</p>
<p
class=
"footer-data"
:style=
"
{ color: filterItem('
7
', 0) }">16
</p>
</div>
</div>
</div>
...
...
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