马宇豪
2023-03-22 3a9ca6d56fbad4c67b858185d9e9b157e3d60b82
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>