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
0c5c8462
Commit
0c5c8462
authored
Mar 09, 2023
by
王启林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
排队报表细节修改
Signed-off-by:
王启林
<
1940603613@qq.com
>
parent
4495a897
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
29 deletions
+20
-29
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/components/businessInfo.vue
...ataAdmin/components/queueCall/components/businessInfo.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/components/userInfo.vue
...ws/dataAdmin/components/queueCall/components/userInfo.vue
+19
-28
No files found.
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/components/businessInfo.vue
View file @
0c5c8462
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<h4>
<h4>
<span>
受理次数
<br
/><i>
{{ dataList.slcount }}
</i></span>
<span>
受理次数
<br
/><i>
{{ dataList.slcount }}
</i></span>
<span>
办结次数
<br
/><i>
{{ dataList.bjcount }}
</i></span>
<span>
办结次数
<br
/><i>
{{ dataList.bjcount }}
</i></span>
<span>
好评率
<br
/><i>
{{ dataList.hplv }}
</i></span>
<span>
好评率
<br
/><i>
{{ dataList.hplv }}
%
</i></span>
</h4>
</h4>
</div>
</div>
<
template
slot=
"footer"
>
<
template
slot=
"footer"
>
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/components/userInfo.vue
View file @
0c5c8462
<
template
>
<
template
>
<div
class=
"userModal"
ref=
"userModal"
>
<div
class=
"userModal"
ref=
"userModal"
>
<a-modal
<a-modal
:title=
"modalInfo.title"
:width=
"modalInfo.width"
:visible=
"modalInfo.visible"
:title=
"modalInfo.title"
:confirmLoading=
"modalInfo.confirmLoading"
@
cancel=
"modalClose"
:centered=
"true"
:destroyOnClose=
"true"
:width=
"modalInfo.width"
:getContainer=
"() => $refs.userModal"
>
:visible=
"modalInfo.visible"
:confirmLoading=
"modalInfo.confirmLoading"
@
cancel=
"modalClose"
:centered=
"true"
:destroyOnClose=
"true"
:getContainer=
"() => $refs.userModal"
>
<div
class=
"content"
>
<div
class=
"content"
>
<h1>
{{
dataList
.
people_name
}}
</h1>
<h1>
{{
dataList
.
people_name
}}
</h1>
<p>
<p>
<span>
{{
dataList
.
people_sex
}}
</span>
<span>
{{
dataList
.
people_sex
}}
</span>
<span>
{{
dataList
.
age
}}
</span>
<span>
{{
dataList
.
age
}}
</span>
<span>
{{
dataList
.
people_phone
}}
</span>
<span>
{{
dataList
.
people_phone
}}
</span>
</p>
</p>
<h2>
<h2>
<span
<span>
预约次数
<br
/><i>
{{
dataList
.
ordernum
}}
</i></span>
>
预约次数
<br
/><i>
{{
dataList
.
ordernum
}}
</i></span
<span>
排队次数
<br
/><i>
{{
dataList
.
quenum
}}
</i></span>
>
<span>
关联业务
<br
/><i>
{{
dataList
.
bus_num
}}
</i></span>
<span
>
排队次数
<br
/><i>
{{
dataList
.
quenum
}}
</i></span
>
<span
>
关联业务
<br
/><i>
{{
dataList
.
bus_num
}}
</i></span
>
</h2>
</h2>
</div>
</div>
<template
slot=
"footer"
>
<template
slot=
"footer"
>
<a-button
type=
"primary"
ghost
@
click=
"openBlockchain"
>
查看TA的数据画像
</a-button>
<a-button
type=
"primary"
ghost
@
click=
"openBlockchain"
>
查看TA的数据画像
</a-button>
<a-button
type=
"primary"
ghost
@
click=
"openBlockchain"
<a-button
type=
"primary"
ghost
@
click=
"openBlockchain"
>
区块链信息
</a-button>
>
区块链信息
</a-button
>
</
template
>
</
template
>
</a-modal>
</a-modal>
<Blockchain
ref=
"Blockchain"
/>
<Blockchain
ref=
"Blockchain"
/>
...
@@ -48,14 +33,14 @@ export default {
...
@@ -48,14 +33,14 @@ export default {
name
:
"
PortalAdminVueUserInfo
"
,
name
:
"
PortalAdminVueUserInfo
"
,
data
()
{
data
()
{
return
{
return
{
dataList
:[],
dataList
:
[],
};
};
},
},
components
:
{
components
:
{
Blockchain
,
Blockchain
,
},
},
mounted
()
{},
mounted
()
{
},
methods
:
{
methods
:
{
openBlockchain
()
{
openBlockchain
()
{
// this.$refs.Blockchain.modalInfo.visible = true;
// this.$refs.Blockchain.modalInfo.visible = true;
...
@@ -69,30 +54,35 @@ export default {
...
@@ -69,30 +54,35 @@ export default {
.userModal {
.userModal {
.content {
.content {
h1 {
h1 {
padding: 20px;
padding:
0
20px;
color: #3bacfd;
color: #3bacfd;
font-size: 18px;
font-size: 18px;
}
}
p {
p {
padding: 20px;
padding: 20px;
display: flex;
display: flex;
justify-content: flex-start;
justify-content: flex-start;
align-items: center;
align-items: center;
span {
span {
&
+
span {
&
+
span {
margin-left: 30px;
margin-left: 30px;
}
}
}
}
}
}
h2 {
h2 {
display: flex;
display: flex;
justify-content: space-between;
justify-content: space-between;
align-items: center;
align-items: center;
padding: 20px;
padding: 20px;
background: #f3faff;
background: #f3faff;
span {
span {
font-size: 16px;
font-size: 16px;
text-align: center;
text-align: center;
i {
i {
color: #3bacfd;
color: #3bacfd;
font-style: normal;
font-style: normal;
...
@@ -100,6 +90,7 @@ export default {
...
@@ -100,6 +90,7 @@ export default {
}
}
}
}
}
}
.ant-modal-body {
.ant-modal-body {
padding: 0 !important;
padding: 0 !important;
min-height: 300px !important;
min-height: 300px !important;
...
...
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