From ad54cf427ee94e01e8c72a01f738615eb2b6569d Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期五, 04 七月 2025 17:58:34 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb --- src/views/doctor/checkAll/index.vue | 70 ++++++++++++++++++++++++++-------- 1 files changed, 53 insertions(+), 17 deletions(-) diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue index 82d066e..a534440 100644 --- a/src/views/doctor/checkAll/index.vue +++ b/src/views/doctor/checkAll/index.vue @@ -809,9 +809,10 @@ border style="width: 100%" :header-cell-style="{ background: '#67C23A' }" - :expand-row-keys="expends" + :row-key="getRowKeys" > + <!-- :expand-row-keys="expends" --> <el-table-column type="expand"> <template slot-scope="props"> <div style="padding: 10px"> @@ -911,6 +912,23 @@ label="鍗曚綅" width="78" ></el-table-column> + <el-table-column + label="鎿嶄綔" + align="center" + class-name="small-padding fixed-width" + width="60" + fixed="right" + > + <template slot-scope="props"> + <el-button + size="mini" + type="text" + icon="el-icon-delete" + @click="shanchu(props.row)" + > + </el-button> + </template> + </el-table-column> </el-table> </template> <template v-if="item.jyjc == '1'"> @@ -921,9 +939,9 @@ border style="width: 100%" :header-cell-style="{ background: '#67C23A' }" - :expand-row-keys="expends" :row-key="getRowKeys" > + <!-- :expand-row-keys="expends" --> <el-table-column type="expand"> <template slot-scope="props"> <div style="padding: 10px"> @@ -1014,6 +1032,23 @@ label="妫�娴嬬粨鏋�" width="403" ></el-table-column> + <el-table-column + label="鎿嶄綔" + align="center" + class-name="small-padding fixed-width" + width="60" + fixed="right" + > + <template slot-scope="props"> + <el-button + size="mini" + type="text" + icon="el-icon-delete" + @click="shanchu(props.row)" + > + </el-button> + </template> + </el-table-column> </el-table> </template> </div> @@ -2590,21 +2625,22 @@ yichanghuifu() { this.loading = true; let tjNum = this.tjNumber; - huiFuyichangxiangmu(tjNum).then((res) => { - this.status1 = 4; - this.ychfList = res.data; - if(this.ychfList.length == 0){ - this.message.success("鏆傛棤寮傚父鎭㈠椤圭洰") - } - }) - .catch((error)=>{ - console.error("鑾峰彇椤圭洰澶辫触锛�",error); - - this.$message.error("鑾峰彇椤圭洰澶辫触") - }) - .finally(()=>{ - this.loading = false; - }) + huiFuyichangxiangmu(tjNum) + .then((res) => { + this.status1 = 4; + this.ychfList = res.data; + if (this.ychfList.length == 0) { + this.message.success("鏆傛棤寮傚父鎭㈠椤圭洰"); + } + }) + .catch((error) => { + console.error("鑾峰彇椤圭洰澶辫触锛�", error); + + this.$message.error("鑾峰彇椤圭洰澶辫触"); + }) + .finally(() => { + this.loading = false; + }); }, hfyc(id) { this.$confirm("纭瑕佹仮澶嶈椤瑰悧锛�", "鎻愮ず", { -- Gitblit v1.8.0