From f0a91fe8ef91e96705b94750c101f33f4137b8f3 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期二, 15 四月 2025 13:49:59 +0800 Subject: [PATCH] 下单互调单位可编辑 --- src/components/do/b1-ins-order/add.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/do/b1-ins-order/add.vue b/src/components/do/b1-ins-order/add.vue index 1b65fa6..7a19b63 100644 --- a/src/components/do/b1-ins-order/add.vue +++ b/src/components/do/b1-ins-order/add.vue @@ -633,8 +633,8 @@ <template slot-scope="scope"> <el-input v-if="active == 1 && scope.row.inspectionValueType != '5' && scope.row.inspectionItemSubclass.includes('浜掕皟')" - v-model="methodS" @input="searchFilterList" size="mini" placeholder="璇疯緭鍏�" /> - <span v-else>{{ scope.row.ask }}</span> + v-model="scope.row.unit" size="mini" placeholder="璇疯緭鍏�" /> + <span v-else>{{ scope.row.unit }}</span> </template> </el-table-column> <el-table-column prop="price" label="鍗曚环" width="100" show-overflow-tooltip></el-table-column> -- Gitblit v1.9.3