Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
quality-dynamic
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张牧越
quality-dynamic
Commits
e1ba11c1
Commit
e1ba11c1
authored
Dec 03, 2024
by
张牧越
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加返回按钮
parent
28a9ac0a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
25 deletions
+36
-25
return_icon.jpg
src/assets/images/return_icon.jpg
+0
-0
Header.vue
src/components/Header.vue
+23
-3
Index.vue
src/views/DataStatis/Index.vue
+13
-22
No files found.
src/assets/images/return_icon.jpg
0 → 100644
View file @
e1ba11c1
2.63 KB
src/components/Header.vue
View file @
e1ba11c1
...
...
@@ -8,6 +8,10 @@
<span>
水利工程质量动态评估系统
</span>
</div>
<div
class=
"right-nav"
>
<span
@
click=
"returnManage"
>
<img
src=
"@/assets/images/return_icon.jpg"
alt=
""
/>
返回管理端
</span>
<!--
<img
:src=
"userInfo.op_avatar"
alt=
""
/>
{{
userInfo
.
op_name
}}
-->
</div>
...
...
@@ -24,6 +28,9 @@ export default {
};
},
methods
:
{
returnManage
()
{
window
.
location
.
href
=
window
.
location
.
origin
;
},
getTime
()
{
let
date
=
new
Date
();
let
year
=
date
.
getFullYear
();
...
...
@@ -142,14 +149,27 @@ export default {
text-align: right;
font-size: 16px;
color: #fff;
span {
padding: 4px;
z-index: 90;
cursor: pointer;
position: absolute;
right: 20px;
top: 20px;
border: 1px solid #3f78bc;
background: #173c68;
line-height: 26px;
font-size: 14px;
&:hover {
background: #2862a6;
}
}
img {
width: 26px;
height: 26px;
vertical-align: top;
border-radius: 50%;
margin-right: 10px;
margin-top: 26px;
margin-right: 4px;
object-fit: cover;
}
}
...
...
src/views/DataStatis/Index.vue
View file @
e1ba11c1
...
...
@@ -163,8 +163,8 @@
:visible=
"projectListVisible"
@
change-visible=
"(val) => (projectListVisible = val)"
></ProjectList>
<
!-- <
div class="bottom-area">
<Section2 title="
工程风险监视
" class="bottom-section">
<div
class=
"bottom-area"
>
<Section2
title=
"
严重问题预警
"
class=
"bottom-section"
>
<STable2
:headers=
"header5"
:table-data=
"data5"
>
<
template
slot-scope=
"scope"
>
<template
v-if=
"scope.header.slot == 'count'"
>
...
...
@@ -177,7 +177,7 @@
</template>
</STable2>
</Section2>
</div>
-->
</div>
<!-- <img src="@/assets/images/index/lt.png" class="lt" alt="" />
<img src="@/assets/images/index/rt.png" class="rt" alt="" />
<img src="@/assets/images/index/btm.png" class="btm" alt="" /> -->
...
...
@@ -462,43 +462,32 @@ export default {
{
name
:
"工程名称"
,
props
:
"project_name"
,
width
:
"
20
%"
,
width
:
"
45
%"
,
headerStyle
:
{},
style
:
{},
align
:
"left"
,
},
{
name
:
"
标段名称
"
,
name
:
"
所属区域
"
,
props
:
"prname"
,
width
:
"
15
%"
,
width
:
"
20
%"
,
headerStyle
:
{},
style
:
{},
align
:
"left"
,
},
{
name
:
"
政府监管
"
,
name
:
"
当前问题总数
"
,
props
:
"zfjg"
,
width
:
"10%"
,
},
{
name
:
"
质量管理制度
"
,
name
:
"
严重问题数量
"
,
props
:
"zlglzd"
,
width
:
"10%"
,
},
{
name
:
"
资质资格
"
,
name
:
"
最近严重预警时间
"
,
props
:
"zzzg"
,
width
:
"10%"
,
},
{
name
:
"实体质量"
,
props
:
"stzl"
,
width
:
"10%"
,
},
{
name
:
"问题总数/已处理数"
,
props
:
"label4"
,
slot
:
"count"
,
width
:
"15%"
,
},
],
...
...
@@ -1144,7 +1133,7 @@ export default {
transform: translateX(-50%);
top: 0;
width: calc(100% - 900px);
height: calc(100% -
90px
);
height: calc(100% -
calc(calc(100% - 90px) / 3 - calc(28px / 3))
);
background: transparent !important;
z-index: 5;
}
...
...
@@ -1161,7 +1150,9 @@ export default {
right: 10px;
top: 80px;
width: 440px;
height: calc(100% - 90px);
height: calc(
calc(100% - 90px) - calc(calc(100% - 90px) / 3 - calc(28px / 3)) - 10px
);
z-index: 999;
}
.bottom-area {
...
...
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