From ed5d721437f2bf4780810c67662b6959fa9cb8a0 Mon Sep 17 00:00:00 2001
From: 邱宇豪 <qyh123230312>
Date: 星期四, 07 十二月 2023 09:45:22 +0800
Subject: [PATCH] 20231207_qiuyh_调整巡检
---
web/src/views/GoodManage/MixRatioScreen.vue | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/web/src/views/GoodManage/MixRatioScreen.vue b/web/src/views/GoodManage/MixRatioScreen.vue
index 74f6fb2..af1f047 100644
--- a/web/src/views/GoodManage/MixRatioScreen.vue
+++ b/web/src/views/GoodManage/MixRatioScreen.vue
@@ -64,8 +64,8 @@
</div>
<div class="row" v-for="sub in item.dataLists" :key="sub.name">
- <div class="name">{{ sub.name }}</div>
<div class="column">
+ <div class="name">{{ sub.name }}</div>
<div class="column-item" v-for="(sub, index) in sub.value" :key="index">{{ sub }}</div>
</div>
</div>
@@ -372,6 +372,7 @@
this.submitMode = 'update'
this.showDialog().then(() => {
const {mixingSignboardId, proName, constructionUnit, saveStamp, construction, dataListFlat} = this.tableData[i]
+ console.log(constructionUnit)
this.ruleForm = Object.assign(this.ruleForm, {
mixingSignboardId,
proName,
@@ -463,7 +464,6 @@
changeSelectForm(val) {
let item = this.selects.screenNames.find(obj => obj.value === val)
this.ruleForm.proName = item.proName
- this.ruleForm.constructionUnit = item.constructionUnit
}
}
}
@@ -507,7 +507,7 @@
.row {
flex: 1;
width: 100%;
- height: 40px;
+ min-height: 40px;
margin: 0 -1px -1px 0;
text-align: center;
line-height: 40px;
@@ -519,7 +519,6 @@
align-items: center;
float: left;
width: 160px;
- height: 100%;
margin: -1px -1px -1px 0;
color: #BEE2F0;
border: 1px solid #01B3EF;
--
Gitblit v1.9.3