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
5d7d182d
Commit
5d7d182d
authored
Mar 09, 2023
by
王启林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
排号机页面细节修改
Signed-off-by:
王启林
<
1940603613@qq.com
>
parent
1333e894
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
447 additions
and
10574 deletions
+447
-10574
portal-manager-ui/admin/package-lock.json
portal-manager-ui/admin/package-lock.json
+436
-10565
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/components/businessInfo.vue
...ataAdmin/components/queueCall/components/businessInfo.vue
+7
-6
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/components/workpeopleInfo.vue
...aAdmin/components/queueCall/components/workpeopleInfo.vue
+3
-2
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/queueRecord.vue
.../src/views/dataAdmin/components/queueCall/queueRecord.vue
+1
-1
No files found.
portal-manager-ui/admin/package-lock.json
View file @
5d7d182d
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/components/businessInfo.vue
View file @
5d7d182d
<
template
>
<div
class=
"businessModal"
ref=
"businessModal"
>
<a-modal
:title=
"modalInfo.title"
width=
"400px"
:visible=
"modalInfo.visible"
:confirmLoading=
"modalInfo.confirmLoading"
@
cancel=
"modalClose"
:centered=
"true"
:destroyOnClose=
"true"
:getContainer=
"() => $refs.businessModal"
>
<a-modal
:title=
"modalInfo.title"
:visible=
"modalInfo.visible"
:confirmLoading=
"modalInfo.confirmLoading"
@
cancel=
"modalClose"
:centered=
"true"
:destroyOnClose=
"true"
:getContainer=
"() => $refs.businessModal"
>
<div
class=
"content"
>
<h1>
{{
title
}}
</h1>
<em
v-if=
"dataList.matterlist"
>
关联事项(
{{
dataList
.
matterlist
.
length
}}
)
</em>
...
...
@@ -50,7 +49,7 @@ export default {
h1 {
font-size: 17px;
color: #139bfd;
padding: 20px;
padding:
0 20px 20px
20px;
}
em {
...
...
@@ -64,10 +63,12 @@ export default {
p {
padding: 3px 20px;
font-size: 16px;
width:
500px
;
width:
100%
;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
h4 {
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/components/workpeopleInfo.vue
View file @
5d7d182d
...
...
@@ -15,14 +15,14 @@
<span><i
class=
"lable"
>
所属部门:
</i>
{{
infoData
.
deptName
||
"
--
"
}}
</span>
<span><i
class=
"lable"
>
政治面貌:
</i>
{{
$codeMap
.
politicalStatus
[
infoData
.
politicalstatus
]
||
"
--
"
}}
</span>
<span><i
class=
"lable"
>
电话:
</i>
{{
infoData
.
mobile
||
"
--
"
}}
</span>
<span
><i
class=
"lable"
>
星级:
</i>
{{
infoData
.
starlevel
+
'
星
'
||
"
--
"
}}
</span>
<span
v-show=
"infoData.starlevel"
><i
class=
"lable"
>
星级:
</i>
{{
infoData
.
starlevel
+
'
星
'
||
"
--
"
}}
</span>
</div>
</div>
</div>
<h2>
<span>
受理业务
<br
/><i>
{{
infoData
.
slbusiness
||
"
0
"
}}
</i></span>
<span>
评价次数
<br
/><i>
{{
infoData
.
pjnum
||
"
0
"
}}
</i></span>
<span>
好评率
<br
/><i>
{{
infoData
.
hplv
||
"
0
"
}}
</i></span>
<span>
好评率
<br
/><i>
{{
infoData
.
hplv
+
'
%
'
||
"
--
"
}}
</i></span>
</h2>
</div>
<template
slot=
"footer"
>
...
...
@@ -72,6 +72,7 @@ export default {
width: 100px;
padding: 0 10px;
img {
max-height: 120px;
width: 100%;
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/queueRecord.vue
View file @
5d7d182d
...
...
@@ -10,7 +10,7 @@
<span>
{{
tableSelectedRows
.
length
?
"
导出
"
:
"
导出全部
"
}}
</span>
</a-button>
<b
>
叫
号次数:
<i>
{{
tablePagination
.
total
}}
</i>
次
</b
>
取
号次数:
<i>
{{
tablePagination
.
total
}}
</i>
次
</b
>
<sub>
统计时间段:
{{
searchForm
.
time
[
0
]
}}
~
{{
searchForm
.
time
[
1
]
}}
</sub>
</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