From 1ac61011eb11a7d66f399abe1cf8b6b6fa2f9071 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期三, 12 三月 2025 15:25:05 +0800 Subject: [PATCH] 1 --- src/views/doctor/check/index.vue | 19 ++++++++++++++----- 1 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue index 41655ef..599047c 100644 --- a/src/views/doctor/check/index.vue +++ b/src/views/doctor/check/index.vue @@ -555,7 +555,7 @@ > <template slot-scope="scope"> <el-checkbox - v-model="scope.row.exceptionDesc" + v-model="scope.row.exceptionDesc" @change="changDesc(scope.row)" ></el-checkbox> </template> </el-table-column> @@ -592,7 +592,7 @@ autosize v-model="scope.row.conclusion" autocomplete="off" - placeholder="杈撳叆缁撹" + placeholder="璇疯緭鍏ョ粨鏋滅粨璁�" disabled ></el-input> </template> @@ -634,7 +634,7 @@ type="textarea" autosize v-model="scope.row.proAdvice" - placeholder="杈撳叆寤鸿" + placeholder="璇疯緭鍏ョ粨鏋滃缓璁�" :disabled="true" ></el-input> </div> @@ -814,7 +814,7 @@ size="mini" v-model="scope.row.proResult" autocomplete="off" - placeholder="杈撳叆缁撹" + placeholder="璇疯緭鍏ユ娴嬬粨鏋�" @focus="handleFocus(scope.row)" @blur="handleInputConfirm(scope.row)" @input="vale" @@ -891,7 +891,7 @@ type="textarea" autosize v-model="scope.row.proAdvice" - placeholder="杈撳叆寤鸿" + placeholder="璇疯緭鍏ョ粨鏋滃缓璁�" :disabled="true" ></el-input> </div> @@ -1802,6 +1802,15 @@ // }) }, + changDesc(item){ + console.log(item) + if(item.exceptionDesc == true){ + item.conclusion = "寮傚父" + }else{ + item.conclusion = "姝e父" + } + }, + myclass(row, column, rowIndex, columnIndex) { if (row.row.isPositive == 1) { return "setclass"; -- Gitblit v1.8.0