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
b6482e56
Commit
b6482e56
authored
May 08, 2025
by
“yiyousong”
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'reg' of
http://gitlab.scsmile.cn/zxf/smart_gov_platform
into reg
parents
d4b2f6e0
f53f9ea3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
portal-manager-ui/admin/src/components/reportformsForm/RegistrationSearch.vue
...min/src/components/reportformsForm/RegistrationSearch.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/personnelRegistration/module.vue
...ews/dataAdmin/components/personnelRegistration/module.vue
+2
-2
portal-manager-ui/admin/src/views/dataAdmin/components/personnelRegistration/personnelRegistration.vue
...omponents/personnelRegistration/personnelRegistration.vue
+2
-2
No files found.
portal-manager-ui/admin/src/components/reportformsForm/RegistrationSearch.vue
View file @
b6482e56
<
template
>
<
template
>
<!--
预约
记录报表搜索 -->
<!--
人员
记录报表搜索 -->
<div
class=
"search-form"
>
<div
class=
"search-form"
>
<a-space
direction=
"vertical"
size=
"middle"
>
<a-space
direction=
"vertical"
size=
"middle"
>
<a-button
block
class=
"export-btn"
icon=
"upload"
@
click=
"handleExport"
>
<a-button
block
class=
"export-btn"
icon=
"upload"
@
click=
"handleExport"
>
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/personnelRegistration/module.vue
View file @
b6482e56
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
v-for=
"(item, index) of tabsList['children']"
v-for=
"(item, index) of tabsList['children']"
:key=
"index"
:key=
"index"
class=
"tab-item"
class=
"tab-item"
:to=
"'/home/dataManagement/
makeRecordReport
/' + item.path"
:to=
"'/home/dataManagement/
personnelRegistration
/' + item.path"
>
>
{{
item
[
"
meta
"
][
"
title
"
]
}}
{{
item
[
"
meta
"
][
"
title
"
]
}}
</router-link>
</router-link>
...
@@ -42,7 +42,7 @@ export default {
...
@@ -42,7 +42,7 @@ export default {
return
getItemData
(
return
getItemData
(
this
.
$router
.
options
.
routes
,
this
.
$router
.
options
.
routes
,
"
name
"
,
"
name
"
,
"
makeRecordReport
"
"
personnelRegistration
"
);
);
},
},
},
},
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/personnelRegistration/personnelRegistration.vue
View file @
b6482e56
...
@@ -277,7 +277,7 @@ export default {
...
@@ -277,7 +277,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
)
=>
{
...
@@ -293,7 +293,7 @@ export default {
...
@@ -293,7 +293,7 @@ export default {
this
.
tHeader
,
this
.
tHeader
,
this
.
filterVal
,
this
.
filterVal
,
newData
,
newData
,
"
预约
记录报表
"
+
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