From ba75d124dd1d9400c126278aa599e283bae9bf3a Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期一, 17 三月 2025 08:42:48 +0800 Subject: [PATCH] 1 --- src/views/doctor/check/index.vue | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue index 9948418..215c0e7 100644 --- a/src/views/doctor/check/index.vue +++ b/src/views/doctor/check/index.vue @@ -280,12 +280,7 @@ <el-table-column prop="project.proName" label="妫�娴嬮」鐩�" width="150"> </el-table-column> <el-table-column prop="proResult" label="妫�娴嬬粨鏋�" width="150"> - <!-- <template slot-scope="scope"> - <el-input type="textarea" autosize size="mini" v-model="scope.row.proResult" autocomplete="off" - placeholder="璇疯緭鍏ユ娴嬬粨鏋�" @keyup.enter.native=" - keyInputConfirm($event,scope.$index,'proResult') - " @focus="handleFocus(scope.row)" @blur="handleInputConfirm(scope.row)" - @input="vale"></el-input> --> + <template slot-scope="{ row, $index }"> <el-input type="textarea" autosize size="mini" v-model="row.proResult" :ref="`input-${$index}`" @keyup.enter.native="keyInputConfirm($event, $index)" @focus="handleFocus(row)" @@ -1000,7 +995,9 @@ } }, handleChangesZt(params) { + console.log(params) this.curindex.proResult = params.map((item) => item.ruleStr).join(","); + console.log(this.curindex.proResult) this.handleInputConfirm(this.curindex, params); }, tableRowClassName({ row }) { -- Gitblit v1.8.0