v1.4.1 - 修复TaskList组件自定义列及数据绑定问题 & SonarQube安全弱点修复
This commit is contained in:
@@ -53,6 +53,7 @@ const availableColumns = ref<TaskListColumnConfig[]>([
|
||||
{ key: 'estimatedHours', label: '预估工时', visible: true },
|
||||
{ key: 'actualHours', label: '实际工时', visible: true },
|
||||
{ key: 'progress', label: '进度', visible: true },
|
||||
{ key: 'custom', label: '自定义列', visible: true, width: 120 }, // 添加默认宽度120px
|
||||
])
|
||||
|
||||
// TaskList宽度配置
|
||||
|
||||
Reference in New Issue
Block a user