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
3a075924
Commit
3a075924
authored
Sep 04, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf:修改数据管理
parent
5134cd5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
15 deletions
+19
-15
portal-manager-ui/admin/src/views/dataAdmin/dataAdmin.vue
portal-manager-ui/admin/src/views/dataAdmin/dataAdmin.vue
+19
-15
No files found.
portal-manager-ui/admin/src/views/dataAdmin/dataAdmin.vue
View file @
3a075924
...
...
@@ -11,22 +11,12 @@
class=
"flex items-center justify-between flex-shrink-0 pl-[10px] pr-[10px]"
>
<div
:class=
"['tab-item',
{ active: active == 'CensusType_1' }]"
@click="changeCensusType('CensusType_1')"
v-for=
"v in CensusTypeList"
:key=
"v.type"
:class=
"['tab-item',
{ active: active == v.type }]"
@click="changeCensusType(v.type)"
>
聚焦服务
</div>
<div
:class=
"['tab-item',
{ active: active == 'CensusType_2' }]"
@click="changeCensusType('CensusType_2')"
>
聚焦协同
</div>
<div
:class=
"['tab-item',
{ active: active == 'CensusType_3' }]"
@click="changeCensusType('CensusType_3')"
>
聚焦监管
{{
v
.
name
}}
</div>
</div>
<div
...
...
@@ -91,6 +81,20 @@ export default {
data
()
{
return
{
siteId
:
Storage
.
get
(
2
,
"
siteId
"
),
CensusTypeList
:
[
{
type
:
"
CensusType_1
"
,
name
:
"
聚焦服务
"
,
},
{
type
:
"
CensusType_2
"
,
name
:
"
聚焦协同
"
,
},
{
type
:
"
CensusType_3
"
,
name
:
"
聚焦监管
"
,
},
],
CensusType_1
:
[],
// 服务
CensusType_2
:
[],
// 协同
CensusType_3
:
[],
// 监管
...
...
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