超时
-
+
隐患类型:
{{ 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 }})
-
@@ -188,6 +188,7 @@
+
@@ -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;