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
3f50502b
Commit
3f50502b
authored
May 10, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.scsmile.cn/zxf/smart_gov_platform
parents
3b27aa5c
7d100707
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
113 additions
and
176 deletions
+113
-176
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/components/HandlingDetails.vue
...nts/evaluationRecordReport/components/HandlingDetails.vue
+92
-176
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/views/dataAdmin/components/evaluationRecordReport/components/HandlingDetails.vue
View file @
3f50502b
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue
View file @
3f50502b
...
...
@@ -6,6 +6,7 @@
:data-source=
"tableData"
:loading=
"loading"
:scroll=
"
{
x: 1500,
y: 490,
}"
:row-selection="{
...
...
@@ -72,6 +73,8 @@ import { getEvaList, getEvaDetil, getQueEvaData } from "@/api/dataAdmin";
const
tHeader
=
[
"
排队编号
"
,
"
评价选项
"
,
"
办理窗口
"
,
"
工作人员
"
,
"
评价人
"
,
"
身份证号
"
,
"
手机号
"
,
...
...
@@ -82,6 +85,8 @@ const tHeader = [
const
filterVal
=
[
"
flounum
"
,
"
option_id
"
,
"
window
"
,
"
workman_name
"
,
"
idcard_Name
"
,
"
idcard_IDCardNo
"
,
"
phone
"
,
...
...
@@ -119,6 +124,22 @@ export default {
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
:
"
评价人
"
,
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