From 85207d8aeb414fc67c8c3947cd1e79b27fce53b8 Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期五, 28 六月 2024 18:20:07 +0800 Subject: [PATCH] su --- src/views/system/tijian/index.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/system/tijian/index.vue b/src/views/system/tijian/index.vue index 2a20e37..a1e3fbf 100644 --- a/src/views/system/tijian/index.vue +++ b/src/views/system/tijian/index.vue @@ -526,7 +526,7 @@ </div> </el-tab-pane> <el-tab-pane label="缁勫悎" name="third"> - <div class="tab3"> + <!-- <div class="tab3"> --> <el-row :gutter="20" style="width: 100%"> <el-col :span="6"> <div @@ -631,7 +631,7 @@ </div> </el-col> </el-row> - </div> + <!-- </div> --> </el-tab-pane> <el-tab-pane label="鍗曢」" name="second"> <div class="tab8"> @@ -754,6 +754,7 @@ </template> </el-table-column> </el-table> + <h3 style="font-weight: 600">鍚堣锛歿{ marryall }}鍏�</h3> <!-- <el-collapse v-model="activeName" accordion v-if="list1"> <div> <el-collapse-item title="璇烽�夋嫨椤圭洰"> @@ -2541,6 +2542,7 @@ // 鐐瑰嚮澶氶�夋鑾峰彇閫変腑鏁版嵁 handleSelectionChange(selection, row) { + console.log(666); this.tableData = selection; if (selection.length > 1) { let del_row = selection.shift(); -- Gitblit v1.8.0