From 633c06e7e43c9700b0e410f0275b9b0ece1f9759 Mon Sep 17 00:00:00 2001 From: ustcyc <yincun@163.com> Date: 星期二, 25 三月 2025 10:02:59 +0800 Subject: [PATCH] Merge branch 'master' of https://github.com/Andy-Yin/zhitan-ems --- zhitan-vue/src/views/peakvalley/timeSharing/timeSharing.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zhitan-vue/src/views/peakvalley/timeSharing/timeSharing.vue b/zhitan-vue/src/views/peakvalley/timeSharing/timeSharing.vue index 091d88f..80012c8 100644 --- a/zhitan-vue/src/views/peakvalley/timeSharing/timeSharing.vue +++ b/zhitan-vue/src/views/peakvalley/timeSharing/timeSharing.vue @@ -120,7 +120,7 @@ </div> <el-dialog v-model="timeSharingDialogTableVisible" title="鏌ョ湅鍒嗘椂缁熻璇︽儏" width="1300"> <div class="table-box"> - <el-table :data="viewTimeSharingList" style="width: 100%" height="420"> + <el-table :data="viewTimeSharingList" style="width: 100%" height="420" border> <el-table-column label="鏃堕棿" align="center" show-overflow-tooltip width="200"> <template #default="scope"> {{ scope.row.time }}鏃� </template> </el-table-column> -- Gitblit v1.9.3