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
21075c52
Commit
21075c52
authored
May 09, 2024
by
王启林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
办理事项评价记录报表更改为一号一评记录报表新增办理窗口工作人员以及详情增加窗口编号
parent
633b0559
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
2 deletions
+23
-2
portal-manager-ui/admin/src/router/routes.js
portal-manager-ui/admin/src/router/routes.js
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/components/HandlingDetails.vue
...nts/evaluationRecordReport/components/HandlingDetails.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue
...in/components/evaluationRecordReport/matterEvaluation.vue
+21
-0
No files found.
portal-manager-ui/admin/src/router/routes.js
View file @
21075c52
...
@@ -337,7 +337,7 @@ const routes = [
...
@@ -337,7 +337,7 @@ const routes = [
/* webpackChunkName: "matterEvaluation" */
"
@/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue
"
/* webpackChunkName: "matterEvaluation" */
"
@/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue
"
),
),
meta
:
{
meta
:
{
title
:
"
办理事项评价
记录报表
"
,
title
:
"
一号一评
记录报表
"
,
activeMenu
:
"
/home/dataManagement
"
,
activeMenu
:
"
/home/dataManagement
"
,
},
},
},
},
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/components/HandlingDetails.vue
View file @
21075c52
...
@@ -270,7 +270,7 @@
...
@@ -270,7 +270,7 @@
<div
slot=
"description"
>
<div
slot=
"description"
>
<a-row
:gutter=
"[0, 8]"
>
<a-row
:gutter=
"[0, 8]"
>
<a-col
:span=
"12"
>
<a-col
:span=
"12"
>
<span>
办理窗口:
</span>
{{
detailsInfo
.
window_name
}}
<span>
办理窗口:
</span>
{{
detailsInfo
.
window_name
+
detailsInfo
.
window_fromnum
}}
</a-col>
</a-col>
<a-col
:span=
"12"
>
<a-col
:span=
"12"
>
<span>
开始办理时间:
</span>
{{
detailsInfo
.
calltime
}}
<span>
开始办理时间:
</span>
{{
detailsInfo
.
calltime
}}
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue
View file @
21075c52
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
:data-source=
"tableData"
:data-source=
"tableData"
:loading=
"loading"
:loading=
"loading"
:scroll=
"
{
:scroll=
"
{
x: 1500,
y: 490,
y: 490,
}"
}"
:row-selection="{
:row-selection="{
...
@@ -72,6 +73,8 @@ import { getEvaList, getEvaDetil, getQueEvaData } from "@/api/dataAdmin";
...
@@ -72,6 +73,8 @@ import { getEvaList, getEvaDetil, getQueEvaData } from "@/api/dataAdmin";
const
tHeader
=
[
const
tHeader
=
[
"
排队编号
"
,
"
排队编号
"
,
"
评价选项
"
,
"
评价选项
"
,
"
办理窗口
"
,
"
工作人员
"
,
"
评价人
"
,
"
评价人
"
,
"
身份证号
"
,
"
身份证号
"
,
"
手机号
"
,
"
手机号
"
,
...
@@ -82,6 +85,8 @@ const tHeader = [
...
@@ -82,6 +85,8 @@ const tHeader = [
const
filterVal
=
[
const
filterVal
=
[
"
flounum
"
,
"
flounum
"
,
"
option_id
"
,
"
option_id
"
,
"
window
"
,
"
workman_name
"
,
"
idcard_Name
"
,
"
idcard_Name
"
,
"
idcard_IDCardNo
"
,
"
idcard_IDCardNo
"
,
"
phone
"
,
"
phone
"
,
...
@@ -119,6 +124,22 @@ export default {
...
@@ -119,6 +124,22 @@ export default {
return
text
?
text
:
"
--
"
;
return
text
?
text
:
"
--
"
;
},
},
},
},
{
title
:
"
办理窗口
"
,
width
:
100
,
dataIndex
:
"
window
"
,
customRender
:
(
text
)
=>
{
return
text
?
text
:
"
--
"
;
},
},
{
title
:
"
工作人员
"
,
width
:
100
,
dataIndex
:
"
workman_name
"
,
customRender
:
(
text
)
=>
{
return
text
?
text
:
"
--
"
;
},
},
{
{
title
:
"
评价人
"
,
title
:
"
评价人
"
,
width
:
100
,
width
:
100
,
...
...
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