|
@@ -2,7 +2,7 @@
|
|
|
* @Author: liuJie
|
|
* @Author: liuJie
|
|
|
* @Date: 2026-01-28 11:03:32
|
|
* @Date: 2026-01-28 11:03:32
|
|
|
* @LastEditors: liuJie
|
|
* @LastEditors: liuJie
|
|
|
- * @LastEditTime: 2026-04-09 15:09:20
|
|
|
|
|
|
|
+ * @LastEditTime: 2026-04-13 17:27:42
|
|
|
* @Describe: file describe
|
|
* @Describe: file describe
|
|
|
*/
|
|
*/
|
|
|
import type { TableColumnProps } from '@/types/basic-table';
|
|
import type { TableColumnProps } from '@/types/basic-table';
|
|
@@ -60,10 +60,10 @@ export const WORK_PLAN_TABLE_COLUMNS: TableColumnProps[] = [
|
|
|
minWidth: '140px',
|
|
minWidth: '140px',
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- label: '培训计划名称',
|
|
|
|
|
|
|
+ label: '安全体系计划名称',
|
|
|
prop: 'trainingPlanName',
|
|
prop: 'trainingPlanName',
|
|
|
align: 'left',
|
|
align: 'left',
|
|
|
- minWidth: '150px',
|
|
|
|
|
|
|
+ minWidth: '220px',
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|