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
bc6e7ece
Commit
bc6e7ece
authored
May 08, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推将办理事项评价记录报表文字修改问一号一评价记录报表;详情弹窗内部的窗口名称拼接窗口编号
parent
633b0559
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
9 deletions
+11
-9
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
+4
-2
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue
...in/components/evaluationRecordReport/matterEvaluation.vue
+2
-2
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/staffLeft.vue
...dataAdmin/components/evaluationRecordReport/staffLeft.vue
+2
-2
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/windowLeft.vue
...ataAdmin/components/evaluationRecordReport/windowLeft.vue
+2
-2
No files found.
portal-manager-ui/admin/src/router/routes.js
View file @
bc6e7ece
...
@@ -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 @
bc6e7ece
...
@@ -270,7 +270,9 @@
...
@@ -270,7 +270,9 @@
<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
}}
...
@@ -517,4 +519,4 @@ export default {
...
@@ -517,4 +519,4 @@ export default {
color: #656565;
color: #656565;
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue
View file @
bc6e7ece
...
@@ -328,7 +328,7 @@ export default {
...
@@ -328,7 +328,7 @@ export default {
this
.
tHeader
,
this
.
tHeader
,
this
.
filterVal
,
this
.
filterVal
,
data
,
data
,
"
办理事项评价
记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
"
一号一评
记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
);
}
else
{
}
else
{
this
.
dataSection
(
this
.
getDataList
,
{},
(
data
)
=>
{
this
.
dataSection
(
this
.
getDataList
,
{},
(
data
)
=>
{
...
@@ -347,7 +347,7 @@ export default {
...
@@ -347,7 +347,7 @@ export default {
this
.
tHeader
,
this
.
tHeader
,
this
.
filterVal
,
this
.
filterVal
,
data
,
data
,
"
办理事项评价
记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
"
一号一评
记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
);
});
});
}
}
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/staffLeft.vue
View file @
bc6e7ece
...
@@ -253,7 +253,7 @@ export default {
...
@@ -253,7 +253,7 @@ export default {
this
.
tHeader
,
this
.
tHeader
,
this
.
filterVal
,
this
.
filterVal
,
data
,
data
,
"
办理事项评价
记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
"
一号一评
记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
);
}
else
{
}
else
{
this
.
dataSection
(
this
.
getDataList
,
{},
(
data
)
=>
{
this
.
dataSection
(
this
.
getDataList
,
{},
(
data
)
=>
{
...
@@ -272,7 +272,7 @@ export default {
...
@@ -272,7 +272,7 @@ export default {
this
.
tHeader
,
this
.
tHeader
,
this
.
filterVal
,
this
.
filterVal
,
data
,
data
,
"
办理事项评价
记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
"
一号一评
记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
);
});
});
}
}
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/windowLeft.vue
View file @
bc6e7ece
...
@@ -253,7 +253,7 @@ export default {
...
@@ -253,7 +253,7 @@ export default {
this
.
tHeader
,
this
.
tHeader
,
this
.
filterVal
,
this
.
filterVal
,
data
,
data
,
"
办理事项评价
记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
"
一号一评
记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
);
}
else
{
}
else
{
this
.
dataSection
(
this
.
getDataList
,
{},
(
data
)
=>
{
this
.
dataSection
(
this
.
getDataList
,
{},
(
data
)
=>
{
...
@@ -272,7 +272,7 @@ export default {
...
@@ -272,7 +272,7 @@ export default {
this
.
tHeader
,
this
.
tHeader
,
this
.
filterVal
,
this
.
filterVal
,
data
,
data
,
"
办理事项评价
记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
"
一号一评
记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
);
});
});
}
}
...
...
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