From f3015f58bf9c12371130f5bdbd7980fb667dc01e Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 23 Dec 2024 09:25:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=B8=80=E4=BA=9B=E5=B0=8F=E6=94=B9?= =?UTF-8?q?=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/qm/defect.vue | 10 ++++------ src/views/qm/qct.vue | 8 +++----- src/views/qm/testItem.vue | 8 +++----- src/views/qm/testItem_form.vue | 6 ++++++ src/views/wpm_bx/index.vue | 1 + src/views/wpm_bx/mlog_bx.vue | 1 + 6 files changed, 18 insertions(+), 16 deletions(-) diff --git a/src/views/qm/defect.vue b/src/views/qm/defect.vue index 9877887f..2f4a74d6 100644 --- a/src/views/qm/defect.vue +++ b/src/views/qm/defect.vue @@ -3,17 +3,15 @@
- +
- + +
- + diff --git a/src/views/qm/qct.vue b/src/views/qm/qct.vue index 00f5ea25..d60d94b9 100644 --- a/src/views/qm/qct.vue +++ b/src/views/qm/qct.vue @@ -5,10 +5,8 @@
- + +
@@ -28,7 +26,7 @@ 编辑 - + diff --git a/src/views/qm/testItem.vue b/src/views/qm/testItem.vue index d8cf99ee..d1025aec 100644 --- a/src/views/qm/testItem.vue +++ b/src/views/qm/testItem.vue @@ -5,14 +5,12 @@
- + +
- + diff --git a/src/views/qm/testItem_form.vue b/src/views/qm/testItem_form.vue index 0b0dfefe..9b1cae06 100644 --- a/src/views/qm/testItem_form.vue +++ b/src/views/qm/testItem_form.vue @@ -55,7 +55,9 @@ @@ -190,6 +192,7 @@ export default { { required: true, message: "请输入名称", trigger: "blur" }, ], }, + // itemOptions:null, visible: false, isSaveing: false, options: [ @@ -240,6 +243,9 @@ export default { //表单注入数据 setData(data) { Object.assign(this.form, data); + // if(data.affects.length>0){ + // this.itemOptions + // } }, //表单提交方法 submit() { diff --git a/src/views/wpm_bx/index.vue b/src/views/wpm_bx/index.vue index 92cf2724..2328121f 100644 --- a/src/views/wpm_bx/index.vue +++ b/src/views/wpm_bx/index.vue @@ -1,3 +1,4 @@ +