From c058b06ba448dc39047e4a498c01e983ec72aa47 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期三, 12 三月 2025 15:22:41 +0800 Subject: [PATCH] qx --- src/views/doctor/check/index.vue | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue index 41655ef..d079826 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> @@ -851,7 +851,7 @@ > <template slot-scope="scope"> <el-checkbox - v-model="scope.row.exceptionDesc" + v-model="scope.row.exceptionDesc" ></el-checkbox> </template> </el-table-column> @@ -1221,6 +1221,7 @@ <div class="tab8"> <div class="tab3"> <el-form + @submit.native.prevent :model="queryParam1" ref="tableList" :inline="true" @@ -1789,6 +1790,16 @@ handleClose() { this.$tab.refreshPage(); }, + + + changDesc(item){ + console.log(item) + if(item.exceptionDesc == true){ + item.conclusion = "寮傚父" + }else{ + item.conclusion = "姝e父" + } + }, handleClose1() { this.jianqians = false; }, -- Gitblit v1.8.0