From a29cd30cbda5d5bef1498c9da3e5b553a3ed88d8 Mon Sep 17 00:00:00 2001 From: haha Date: Tue, 15 Aug 2023 23:20:25 +0800 Subject: [PATCH] update code --- src/pages/components/ProblemmodifyDetail.vue | 33 +++++++++++++++----- src/pages/projectQuality.vue | 13 ++++++-- 2 files changed, 35 insertions(+), 11 deletions(-) diff --git a/src/pages/components/ProblemmodifyDetail.vue b/src/pages/components/ProblemmodifyDetail.vue index bfc85bd..f51eeca 100644 --- a/src/pages/components/ProblemmodifyDetail.vue +++ b/src/pages/components/ProblemmodifyDetail.vue @@ -40,7 +40,7 @@
复检驳回({{ count['3'] }})
复检通过({{ count['4'] }})
-
+
超时
- + 隐患类型:
{{ getDangerType(it.dangerType) }}
- + 隐患整改人: -
{{ it.lordSent }}{{ it.lordSentUser }}
+
{{ it.lordSent }}
- + 复检人: -
{{ it.recheckSend }}{{ it.recheckSendUser }}
+
{{ it.recheckSend }}
- + 抄送人: -
{{ it.copySend }}{{ it.copySendUser }}
+
{{ it.copySend }}
流程状态: @@ -216,6 +216,14 @@ export default { } &.font-size-2 { + .head-title-tab{ + .head-nav{ + font-size: 32px; + height: 48px; + line-height: 48px; + padding: 0px 48px; + } + } .item-data { line-height: 64px; font-size: 32px; @@ -229,6 +237,14 @@ export default { } &.font-size-1 { + .head-title-tab{ + .head-nav{ + font-size: 24px; + height: 30px; + line-height: 30px; + padding: 0px 30px; + } + } .item-data { line-height: 48px; font-size: 24px; @@ -257,6 +273,7 @@ export default { border-bottom: solid 1px #fff; box-shadow: inset 7px 0px 11px 5px rgb(36 131 167 / 70%); display: flex; + padding-left: 8px; &.time-out{ box-shadow: inset 7px 0px 11px 5px rgb(167, 36, 36); } diff --git a/src/pages/projectQuality.vue b/src/pages/projectQuality.vue index 304c0d6..c689fbf 100644 --- a/src/pages/projectQuality.vue +++ b/src/pages/projectQuality.vue @@ -28,7 +28,7 @@
项目质量隐患占比({{ summaryPrjTotal }})
- @@ -201,8 +202,11 @@ import '../components/project-overview-chart2' import '../components/rank-chart' import '../components/idle-list-chart' import '../components/people-number' - +import ProblemmodifyDetail from './components/ProblemmodifyDetail.vue' export default { + components:{ + ProblemmodifyDetail + }, data() { return { elKey:0, @@ -254,7 +258,10 @@ export default { this.doDeptChane(); }); }, - methods: { + methods: { + doProbleRowClick(a,b,c){ + this.$refs.probDlg.showDialog(a,1); + }, fmt(n){ n=""+n; return " ".substring(0,3-n.length)+n;