From ae4c391acc83bfebed7592a1bd9f9d62f6ac5591 Mon Sep 17 00:00:00 2001 From: wente <329538422@qq.com> Date: 星期四, 07 十二月 2023 15:04:57 +0800 Subject: [PATCH] 项目表 --- web/src/views/modules/testCheckOrder/TestCheckOrder-AddOrUpdate.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/web/src/views/modules/testCheckOrder/TestCheckOrder-AddOrUpdate.vue b/web/src/views/modules/testCheckOrder/TestCheckOrder-AddOrUpdate.vue index d530fe2..c08ac2d 100644 --- a/web/src/views/modules/testCheckOrder/TestCheckOrder-AddOrUpdate.vue +++ b/web/src/views/modules/testCheckOrder/TestCheckOrder-AddOrUpdate.vue @@ -40,11 +40,11 @@ </template> </el-table-column> <el-table-column prop="checkContent" min-width="180" label="涓昏妫�鏌ュ唴瀹�"> - <template v-slot="{ row }"> - <el-input v-model="row.checkContent" placeholder="涓昏妫�鏌ュ唴瀹�"></el-input> - </template> +<!-- <template v-slot="{ row }">--> +<!-- <el-input v-model="row.checkContent" placeholder="涓昏妫�鏌ュ唴瀹�"></el-input>--> +<!-- </template>--> </el-table-column> - <el-table-column prop="checkResult" align="center" width="150" label="妫�鏌ョ粨鏋�"> + <el-table-column prop="checkResult" align="center" width="180" label="妫�鏌ョ粨鏋�"> <template v-slot="{ row }"> <zt-dict v-model="row.checkResult" dict="tristate1" :radio="true"></zt-dict> </template> @@ -192,6 +192,7 @@ ...this.dataForm, ...res.data } + console.log(this.dataForm,'this.dataForm this.dataForm') }, // 琛ㄥ崟鎻愪氦 async formSubmit(submitType) { -- Gitblit v1.9.1