From 683b2620e0fbfba24787046e2630cbfed0337484 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期四, 04 七月 2024 17:32:44 +0800 Subject: [PATCH] qxtj --- src/views/doctor/checkAll/index.vue | 20 +++++++++++++------- 1 files changed, 13 insertions(+), 7 deletions(-) diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue index 1b87ce6..bc6558e 100644 --- a/src/views/doctor/checkAll/index.vue +++ b/src/views/doctor/checkAll/index.vue @@ -95,6 +95,7 @@ ref="table" border style="margin: 20px; width: 98%" + @current-change="handleCurrentChange" > <!-- <template slot="empty">鏁版嵁姝e湪鍔犺浇涓�</template> --> <el-table-column @@ -297,14 +298,14 @@ <el-row> <el-col :span="18"> <div style="margin: 10px 10px"> - <el-radio-group + <!--<el-radio-group v-model="tjproject" @input="radiotjprojectChange" style="margin-left: 20px" > <el-radio-button label="0">浣撴椤圭洰</el-radio-button> <el-radio-button label="1">鍖栭獙椤圭洰</el-radio-button> - </el-radio-group> + </el-radio-group> --> </div> </el-col> <el-col :span="6"> @@ -385,14 +386,14 @@ {{ scope.row.standard.tjStandardGtValue + "-" + - scope.row.standard.tjStandardLtValue + scope.row.standard.tjStandardLtValue || "/" }} </div> - <div v-else>{{ scope.row.stanId }}</div> + <div v-else>{{ scope.row.stanId || "/"}}</div> </template> </el-table-column> </el-table> - <table style="width: 100%"> + <table style="width: 100%" v-if="tjproject!='1'"> <tr style="border: 1px solid #dfe6ec; border-collapse: collapse" > @@ -467,7 +468,7 @@ </table> </div> - <div style="margin: 0 0px 10px 15px"> + <div style="margin: 0 0px 10px 15px" v-if="tjproject!='1'"> <el-button type="primary" @click="propoChange" >蹇嵎寤鸿</el-button > @@ -480,6 +481,7 @@ ref="numberValidateForm" label-width="80px" class="demo-ruleForm" + v-if="tjproject!='1'" > <el-form-item label="鎬绘寤鸿"> <el-input @@ -1588,6 +1590,10 @@ } }, + handleCurrentChange(val){ + this.handleClick(val) + }, + // 鐐瑰嚮璇︽儏 handleClick(row) { this.$refs.Pre.open = false; @@ -1626,6 +1632,7 @@ for (let i = 0; i < this.changedate.length; i++) { this.remark = this.changedate[i].remark; } + console.log( this.changedate) this.changedate.forEach((item) => { // this.remark = item.remark; item.sons.forEach((item3) => { @@ -1636,7 +1643,6 @@ item3.standard.tjStandardLtValue = ""; } }); - // item.remark = ""; }); } else { this.$message({ -- Gitblit v1.8.0