From 1997d52296ee89f4b7833c19e2e37ea2b5408e22 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期三, 26 三月 2025 10:12:51 +0800 Subject: [PATCH] Merge branch 'radio-frequency-cable' of http://114.132.189.42:9002/r/lims-ruoyi-before into radio-frequency-cable --- src/views/business/materialOrder/index.vue | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/business/materialOrder/index.vue b/src/views/business/materialOrder/index.vue index 753a79c..ebdbcc9 100644 --- a/src/views/business/materialOrder/index.vue +++ b/src/views/business/materialOrder/index.vue @@ -22,8 +22,8 @@ </el-input> </el-form-item> <el-form-item label="鎶ユ绫诲瀷" prop="inspectionType"> - <el-select v-model="entity.inspectionType" clearable placeholder="璇烽�夋嫨" size="small" - @change="refreshTable" style="width: 100%"> + <el-select v-model="entity.inspectionType" clearable placeholder="璇烽�夋嫨" size="small" @change="refreshTable" + style="width: 100%"> <el-option label="鍘熻緟鏂�" value="鍘熻緟鏂�"></el-option> <el-option label="鍖呮潗" value="鍖呮潗"></el-option> </el-select> @@ -269,13 +269,13 @@ this.exemption(row); }, }, - { - name: '鎾ら攢鎶ユ', - type: 'text', - clickFun: (row) => { - this.cancelDeclare(row); - }, - }, + // { + // name: '鎾ら攢鎶ユ', + // type: 'text', + // clickFun: (row) => { + // this.cancelDeclare(row); + // }, + // }, ] } ], -- Gitblit v1.9.3