ali
2025-02-25 36c2e8cec30b75cce353973f2f1e0d048e4e45fe
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>