From 38af7850e2c62b28ccb6f990140ac17c4bc21419 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: 星期一, 18 三月 2024 14:49:27 +0800
Subject: [PATCH] 风险辨识管理

---
 src/views/system/personShiftManage/personTimeManage/workingHoursSet/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/system/personShiftManage/personTimeManage/workingHoursSet/index.vue b/src/views/system/personShiftManage/personTimeManage/workingHoursSet/index.vue
index cdff199..41487fd 100644
--- a/src/views/system/personShiftManage/personTimeManage/workingHoursSet/index.vue
+++ b/src/views/system/personShiftManage/personTimeManage/workingHoursSet/index.vue
@@ -24,7 +24,7 @@
                         <el-table-column type="selection" width="100" />
                         <el-table-column property="name" label="工作时间组名称" />
                         <el-table-column property="list" :formatter="toNames" label="关联工作时段" />
-                        <el-table-column property="info" label="描述信息" />
+                        <el-table-column property="info" label="描述信息"/>
                         <el-table-column fixed="right" label="操作" align="center" width="250">
                             <template #default="scope">
                                 <el-button link type="primary" size="small" :icon="View" @click="viewRecord(scope.row)">查看</el-button>

--
Gitblit v1.9.2