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
f4051000
Commit
f4051000
authored
Sep 04, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf:修改页面
parent
49b5b902
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
13 deletions
+21
-13
portal-manager-ui/admin/src/views/dataActuary/dataActuary.vue
...al-manager-ui/admin/src/views/dataActuary/dataActuary.vue
+21
-13
No files found.
portal-manager-ui/admin/src/views/dataActuary/dataActuary.vue
View file @
f4051000
...
...
@@ -4,7 +4,9 @@
<div
class=
"act_cont"
>
<div
class=
"act_tit"
>
<h1>
智慧政务数据精算
</h1>
<p>
运用以人工智能为代表的新技术,驱动政务服务模式创新,为人民提供更加智慧化、人性化的政务服务,实现互联网与政务服务深度融合,大幅提升政务服务智慧化水平,让政府服务更聪明,让企业和市民办事更方便、更快捷、更有效率。
</p>
<p
class=
"text-center"
>
运用以人工智能为代表的新技术,驱动政务服务模式创新,为人民提供更加智慧化、人性化的政务服务,实现互联网与政务服务深度融合,大幅提升政务服务智慧化水平,让政府服务更聪明,让企业和市民办事更方便、更快捷、更有效率。
</p>
</div>
<div
class=
"over_act_mod"
>
<div
class=
"act_mod"
ref=
"mode"
>
...
...
@@ -21,9 +23,16 @@
}"
>
<div
class=
"actitem_tit"
>
{{
item
.
name
}}
</div>
<div
class=
"actitem_p"
>
{{
item
.
hover
?
item
.
remark
:
"
Business data analysis
"
}}
</div>
<div
class=
"actitem_btn"
v-show=
"item.hover"
@
click=
"handleJump(item.url)"
>
查看详情
</div>
<div
class=
"actitem_p"
>
{{
item
.
hover
?
item
.
remark
:
"
Business data analysis
"
}}
</div>
<div
class=
"actitem_btn cursor-pointer"
v-show=
"item.hover"
@
click=
"handleJump(item.url)"
>
查看详情
</div>
</div>
</div>
</div>
...
...
@@ -41,15 +50,15 @@ export default {
data
()
{
return
{
api
:
process
.
env
.
VUE_APP_API_IMG_URL
,
menuPermission
:
[]
menuPermission
:
[]
,
};
},
components
:
{
Start
Start
,
},
computed
:
{
...
mapState
(
"
user
"
,
[
"
userData
"
,
"
token
"
])
...
mapState
(
"
user
"
,
[
"
userData
"
,
"
token
"
])
,
},
created
()
{
...
...
@@ -98,10 +107,10 @@ export default {
// 获取子菜单权限
getChildrenPermission
()
{
let
{
menuList
}
=
this
.
userData
;
let
actuary
=
menuList
.
filter
(
v
=>
v
.
name
===
"
数据精算
"
);
let
actuary
=
menuList
.
filter
(
(
v
)
=>
v
.
name
===
"
数据精算
"
);
if
(
actuary
.
length
)
{
let
arr
=
actuary
.
map
(
v
=>
{
.
map
(
(
v
)
=>
{
if
(
v
.
childList
.
length
)
{
return
v
.
childList
;
}
else
{
...
...
@@ -109,13 +118,13 @@ export default {
}
})
.
flat
();
arr
.
forEach
(
item
=>
{
arr
.
forEach
(
(
item
)
=>
{
item
.
hover
=
false
;
});
this
.
menuPermission
=
arr
;
}
}
}
}
,
}
,
};
</
script
>
...
...
@@ -172,7 +181,6 @@ export default {
}
p {
padding-top: 20px;
text-align: left;
font-size: 22px;
font-family: Source Han Sans CN;
font-weight: 500;
...
...
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