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
45280699
Commit
45280699
authored
Jul 05, 2023
by
王晓旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
多个报表内容修改
parent
6546bfb4
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
13 deletions
+16
-13
portal-manager-ui/admin/src/views/dataAdmin/components/AIEfficiency/reportForm.vue
...rc/views/dataAdmin/components/AIEfficiency/reportForm.vue
+1
-0
portal-manager-ui/admin/src/views/dataAdmin/components/Impossible/index.vue
...admin/src/views/dataAdmin/components/Impossible/index.vue
+2
-2
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/components/HandlingDetails.vue
...nts/evaluationRecordReport/components/HandlingDetails.vue
+3
-3
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/departmentEvaluation.vue
...omponents/evaluationRecordReport/departmentEvaluation.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue
...in/components/evaluationRecordReport/matterEvaluation.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/windowEvaluation.vue
...in/components/evaluationRecordReport/windowEvaluation.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/makeRecordReport/recordReportdetails.vue
...Admin/components/makeRecordReport/recordReportdetails.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/microOfficialWebsite/components/FormDetails.vue
...omponents/microOfficialWebsite/components/FormDetails.vue
+6
-4
No files found.
portal-manager-ui/admin/src/views/dataAdmin/components/AIEfficiency/reportForm.vue
View file @
45280699
...
...
@@ -98,6 +98,7 @@ const tHeader = [
"
发生时间
"
,
"
时长
"
,
"
是否准确
"
,
"
是否处理
"
];
const
filterVal
=
[
"
index
"
,
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/Impossible/index.vue
View file @
45280699
...
...
@@ -216,9 +216,9 @@
},
{
title
:
"
回复人
"
,
dataIndex
:
"
reply_
nam
e
"
,
dataIndex
:
"
reply_
peopl
e
"
,
align
:
'
center
'
,
customRender
:
(
text
,
record
,
index
)
=>
`
${
record
.
reply_
nam
e
||
'
--
'
}
`
customRender
:
(
text
,
record
,
index
)
=>
`
${
record
.
reply_
peopl
e
||
'
--
'
}
`
},
{
title
:
"
回复时间
"
,
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/components/HandlingDetails.vue
View file @
45280699
...
...
@@ -45,11 +45,11 @@
slot=
"description"
>
<div
class=
"details"
>
<span><i
class=
"lable"
>
申报
人:
</i>
{{
queEvaData
.
people_name
?
queEvaData
.
people_name
:
'
--
'
}}
</span>
<span><i
class=
"lable"
>
评价
人:
</i>
{{
queEvaData
.
people_name
?
queEvaData
.
people_name
:
'
--
'
}}
</span>
<span><i
class=
"lable"
>
取号时间:
</i>
{{
queEvaData
.
taketime
?
queEvaData
.
taketime
:
'
--
'
}}
</span>
<span><i
class=
"lable"
>
排队编码:
</i>
{{
queEvaData
.
flownum
?
queEvaData
.
flownum
:
'
--
'
}}
</span>
<span><i
class=
"lable"
>
取号方式:
</i>
{{
queEvaData
.
wy_signin
>
0
?
'
在线取号
'
:
'
现场取号
'
}}
</span>
<span><i
class=
"lable"
>
注册方式:
</i>
--
</span>
<span><i
class=
"lable"
>
注册方式:
</i>
{{
queEvaData
.
register_type
?
queEvaData
.
register_type
==
"
Applets
"
?
'
小程序
'
:
queEvaData
.
register_type
==
"
wechat
"
?
'
公众号
'
:
queEvaData
.
register_type
==
"
app
"
?
'
自助终端
'
:
'
现场注册
'
:
'
现场注册
'
}}
</span>
<span><i
class=
"lable"
>
取号设备:
</i>
{{
queEvaData
.
take_name
?
queEvaData
.
take_name
:
'
--
'
}}
</span>
</div>
</div>
...
...
@@ -145,7 +145,7 @@
<!--
<span
v-if=
"queEvaData.content.length==0"
>
--
</span>
-->
</span>
<span><i
class=
"lable"
>
评价来源:
</i>
{{
queEvaData
.
source
?
queEvaData
.
source
:
'
--
'
}}
</span>
<span><i
class=
"lable"
>
评价设备:
</i>
--
</span>
<span><i
class=
"lable"
>
评价设备:
</i>
{{
queEvaData
.
devicenum
?
queEvaData
.
devicenum
:
'
--
'
}}
</span>
<span><i
class=
"lable"
>
评价状态:
</i>
{{
!
queEvaData
.
evaluatestatus
?
'
--
'
:
queEvaData
.
evaluatestatus
==
1
?
'
等待评价
'
:
queEvaData
.
evaluatestatus
==
2
?
'
完成
'
:
queEvaData
.
evaluatestatus
==
3
?
'
截图有误
'
:
queEvaData
.
evaluatestatus
==
4
?
'
用户截图签名超时
'
:
queEvaData
.
evaluatestatus
==
5
?
'
用户评价超时
'
:
'
收到图片等待签名
'
}}
</span>
<span>
<i
class=
"lable"
>
评价人照片:
</i>
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/departmentEvaluation.vue
View file @
45280699
...
...
@@ -336,7 +336,7 @@ export default {
option_id
,
pjxt
,
time
:
this
.
BegindAndEndTime
,
info
:
this
.
searchName
,
info
:
"
%
"
+
this
.
searchName
+
"
%
"
,
hallid
:
this
.
hallid
,
sectionid
:
this
.
sectionid
,
...
search
,
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue
View file @
45280699
...
...
@@ -338,7 +338,7 @@ export default {
option_id
,
pjxt
,
time
:
this
.
BegindAndEndTime
,
info
:
this
.
searchName
,
info
:
"
%
"
+
this
.
searchName
+
"
%
"
,
hallid
:
this
.
hallid
,
sectionid
:
this
.
sectionid
,
...
search
,
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/windowEvaluation.vue
View file @
45280699
...
...
@@ -342,7 +342,7 @@ export default {
option_id
,
pjxt
,
time
:
this
.
BegindAndEndTime
,
info
:
this
.
searchName
,
info
:
"
%
"
+
this
.
searchName
+
"
%
"
,
hallid
:
this
.
hallid
,
sectionid
:
this
.
sectionid
,
...
search
,
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/makeRecordReport/recordReportdetails.vue
View file @
45280699
...
...
@@ -116,7 +116,7 @@
<h1>
操作信息
</h1>
<h2>
<span>
操作时间:
{{
orderInfo
.
create_time
}}
</span>
<span>
预约方式:
--
</span>
<span>
预约方式:
{{
orderInfo
.
up_type
==
'
phone
'
?
'
微官网
'
:
orderInfo
.
up_type
==
'
app
'
?
'
自助终端
'
:
orderInfo
.
up_type
==
'
tftb
'
?
'
天府通办
'
:
'
--
'
}}
</span>
<span>
操作站点:
{{
orderInfo
.
siteinfo
?
orderInfo
.
siteinfo
.
siteName
:
'
--
'
}}
</span>
</h2>
</div>
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/microOfficialWebsite/components/FormDetails.vue
View file @
45280699
...
...
@@ -8,11 +8,13 @@
>
<div
class=
"drawerMain"
>
<div
class=
"drawerMain-top"
>
<a-avatar
:size=
"64"
icon=
"user"
/>
<!--
<a-avatar
:size=
"64"
icon=
"user"
/>
-->
<a-avatar
v-if=
"!userInfo.icon"
:size=
"64"
icon=
"user"
/>
<img
v-else
:src=
"imgBase+userInfo.icon"
style=
"width: 60px;height: 60px;"
>
<div
class=
"drawer-user"
>
<span>
{{
userInfo
.
nickname
||
"
--
"
}}
</span>
<span
class=
"userTips"
>
实名认证
</span>
<div
class=
"userInfo"
>
{{
userInfo
.
idcard_Sex
}}
,四川,成都
</div>
<div
class=
"userInfo"
>
{{
userInfo
.
idcard_Sex
?
userInfo
.
idcard_Sex
:
'
--
'
}}
,
{{
userInfo
.
province
?
userInfo
.
province
:
'
--
'
}}
,
{{
userInfo
.
city
?
userInfo
.
city
:
'
--
'
}}
</div>
</div>
<div
class=
"someUserInfo"
>
<div
class=
"infoBox"
>
...
...
@@ -45,14 +47,14 @@
<div
class=
"infoBox"
>
<span
class=
"infoTitle imgBox"
>
身份证人像面:
</span>
<span
class=
"infoContent"
>
<thumbImage
v-if=
"userInfo.z_img"
:src=
"
imgBase+'/'+
userInfo.z_img"
fileType=
"img"
/>
<thumbImage
v-if=
"userInfo.z_img"
:src=
"userInfo.z_img"
fileType=
"img"
/>
<span
v-else
>
--
</span>
</span>
</div>
<div
class=
"infoBox"
>
<span
class=
"infoTitle imgBox"
>
身份证国徽面:
</span>
<span
class=
"infoContent"
>
<thumbImage
v-if=
"userInfo.b_img"
:src=
"
imgBase+'/'+
userInfo.b_img"
fileType=
"img"
/>
<thumbImage
v-if=
"userInfo.b_img"
:src=
"userInfo.b_img"
fileType=
"img"
/>
<span
v-else
>
--
</span>
</span>
</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