From a98aa4517e7244024f4647b2789b152948439f22 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期三, 12 三月 2025 14:03:56 +0800 Subject: [PATCH] gundongtiao --- src/views/doctor/check/index.vue | 19 +++++++++++++++---- 1 files changed, 15 insertions(+), 4 deletions(-) diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue index 719b8d3..af318a4 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> @@ -1221,6 +1221,7 @@ <div class="tab8"> <div class="tab3"> <el-form + @submit.native.prevent :model="queryParam1" ref="tableList" :inline="true" @@ -1583,8 +1584,9 @@ } else { this.curindex = row; this.$refs.bbb.title = "閫夋嫨妫�娴嬬粨鏋�"; - this.$refs.bbb.proId = row.proId; - this.$refs.bbb.getList(); + // this.$refs.bbb.proId = row.proId; + this.$refs.bbb.open = true; + this.$refs.bbb.getList(this.curindex); } }, handleChangesZt(params) { @@ -1802,6 +1804,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