---修改表格列展示

This commit is contained in:
lai
2023-10-25 17:59:30 +08:00
parent daa74f148c
commit cdb8057736
4 changed files with 11 additions and 15 deletions

View File

@@ -74,11 +74,6 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */
let tableColumns: ColumnsType = [
{
title: t('common.rowId'),
dataIndex: 'id',
align: 'center',
},
{
title: '任务ID',
dataIndex: 'taskId',