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
c4dcbba7
Commit
c4dcbba7
authored
Mar 06, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改样表
parent
aae016d0
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1457 additions
and
1099 deletions
+1457
-1099
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/departmentEvaluation.vue
...omponents/evaluationRecordReport/departmentEvaluation.vue
+485
-365
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue
...in/components/evaluationRecordReport/matterEvaluation.vue
+482
-365
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/windowEvaluation.vue
...in/components/evaluationRecordReport/windowEvaluation.vue
+477
-361
portal-manager-ui/admin/src/views/dataAdmin/components/fillRecordReport/fillForm.vue
.../views/dataAdmin/components/fillRecordReport/fillForm.vue
+3
-3
portal-manager-ui/admin/src/views/dataAdmin/dataAdmin.vue
portal-manager-ui/admin/src/views/dataAdmin/dataAdmin.vue
+10
-5
No files found.
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/departmentEvaluation.vue
View file @
c4dcbba7
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue
View file @
c4dcbba7
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/windowEvaluation.vue
View file @
c4dcbba7
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/src/views/dataAdmin/components/fillRecordReport/fillForm.vue
View file @
c4dcbba7
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
</a-input>
</a-input>
<!--
</a-input-group>
-->
<!--
</a-input-group>
-->
<a-range-picker
<a-range-picker
format=
"YYYY
年MM月DD日
"
format=
"YYYY
-MM-DD
"
valueFormat=
"YYYY-MM-DD"
valueFormat=
"YYYY-MM-DD"
class=
"range_picker_style"
class=
"range_picker_style"
v-model=
"BegindAndEndTime"
v-model=
"BegindAndEndTime"
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
<span
slot=
"index"
slot-scope=
"text, record, index"
>
{{
<span
slot=
"index"
slot-scope=
"text, record, index"
>
{{
(
tablePagination
.
current
-
1
)
*
tablePagination
.
pageSize
+
index
+
1
(
tablePagination
.
current
-
1
)
*
tablePagination
.
pageSize
+
index
+
1
}}
</span>
}}
</span>
<template
slot=
"事项名称"
slot-scope=
"text, record
, index
"
>
<template
slot=
"事项名称"
slot-scope=
"text, record"
>
<div>
<div>
{{
record
.
matterName
?
record
.
matterName
:
"
--
"
}}
{{
record
.
matterName
?
record
.
matterName
:
"
--
"
}}
</div>
</div>
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
事项全称:
{{
record
.
matterFullName
?
record
.
matterFullName
:
"
--
"
}}
事项全称:
{{
record
.
matterFullName
?
record
.
matterFullName
:
"
--
"
}}
</div>
</div>
</
template
>
</
template
>
<
template
slot=
"材料名称"
slot-scope=
"text, record
, index
"
>
<
template
slot=
"材料名称"
slot-scope=
"text, record"
>
<div>
<div>
{{
record
.
materialName
?
record
.
materialName
:
"
--
"
}}
{{
record
.
materialName
?
record
.
materialName
:
"
--
"
}}
</div>
</div>
...
...
portal-manager-ui/admin/src/views/dataAdmin/dataAdmin.vue
View file @
c4dcbba7
...
@@ -170,11 +170,16 @@ export default {
...
@@ -170,11 +170,16 @@ export default {
CensusType_4
,
CensusType_4
,
CensusType_5
,
CensusType_5
,
}
=
res
.
data
.
data
;
}
=
res
.
data
.
data
;
if
(
CensusType_1
&&
CensusType_1
.
length
)
this
.
CensusType_1
=
CensusType_1
;
if
(
CensusType_1
&&
CensusType_1
.
length
)
if
(
CensusType_2
&&
CensusType_2
.
length
)
this
.
CensusType_2
=
CensusType_2
;
this
.
CensusType_1
=
CensusType_1
.
filter
((
v
)
=>
v
.
status
!=
0
);
if
(
CensusType_3
&&
CensusType_3
.
length
)
this
.
CensusType_3
=
CensusType_3
;
if
(
CensusType_2
&&
CensusType_2
.
length
)
if
(
CensusType_4
&&
CensusType_4
.
length
)
this
.
CensusType_4
=
CensusType_4
;
this
.
CensusType_2
=
CensusType_2
.
filter
((
v
)
=>
v
.
status
!=
0
);
if
(
CensusType_5
&&
CensusType_5
.
length
)
this
.
CensusType_5
=
CensusType_5
;
if
(
CensusType_3
&&
CensusType_3
.
length
)
this
.
CensusType_3
=
CensusType_3
.
filter
((
v
)
=>
v
.
status
!=
0
);
if
(
CensusType_4
&&
CensusType_4
.
length
)
this
.
CensusType_4
=
CensusType_4
.
filter
((
v
)
=>
v
.
status
!=
0
);
if
(
CensusType_5
&&
CensusType_5
.
length
)
this
.
CensusType_5
=
CensusType_5
.
filter
((
v
)
=>
v
.
status
!=
0
);
},
},
// 查看数据
// 查看数据
handleCkeck
(
path
)
{
handleCkeck
(
path
)
{
...
...
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