| | |
| | | { type: 'selection', width: 48, align: 'center' }, |
| | | { type: 'globalIndex', label: $t('table.index'), width: 72, align: 'center' }, |
| | | { |
| | | prop: 'id', |
| | | label: $t('table.id'), |
| | | width: 90, |
| | | align: 'center', |
| | | formatter: (row) => row.id ?? '--' |
| | | }, |
| | | { |
| | | prop: 'taskId', |
| | | label: $t('pages.manager.taskLog.detail.taskId'), |
| | | width: 110, |
| | | align: 'center', |
| | | formatter: (row) => row.taskId ?? '--' |
| | | }, |
| | | { |
| | | prop: 'taskCode', |
| | | label: $t('pages.manager.taskLog.table.taskCode'), |
| | | minWidth: 170, |
| | |
| | | showOverflowTooltip: true |
| | | }, |
| | | { |
| | | prop: 'exceStatusText', |
| | | label: $t('pages.manager.taskLog.detail.exceStatus'), |
| | | minWidth: 120, |
| | | showOverflowTooltip: true |
| | | }, |
| | | { |
| | | prop: 'sort', |
| | | label: $t('pages.manager.taskLog.detail.sort'), |
| | | width: 100, |
| | | align: 'right', |
| | | formatter: (row) => row.sort ?? '--' |
| | | }, |
| | | { |
| | | prop: 'expCode', |
| | | label: $t('pages.manager.taskLog.detail.expCode'), |
| | | minWidth: 140, |
| | | showOverflowTooltip: true |
| | | }, |
| | | { |
| | | prop: 'startTimeText', |
| | | label: $t('pages.manager.taskLog.table.startTime'), |
| | | minWidth: 170, |
| | |
| | | ) |
| | | }, |
| | | { |
| | | prop: 'createByText', |
| | | label: $t('table.createBy'), |
| | | minWidth: 120, |
| | | showOverflowTooltip: true |
| | | }, |
| | | { |
| | | prop: 'createTimeText', |
| | | label: $t('table.createTime'), |
| | | minWidth: 170, |
| | | showOverflowTooltip: true |
| | | }, |
| | | { |
| | | prop: 'updateByText', |
| | | label: $t('table.updateBy'), |
| | | minWidth: 120, |
| | | showOverflowTooltip: true |
| | | }, |
| | | { |
| | | prop: 'updateTimeText', |
| | | label: $t('table.updateTime'), |
| | | minWidth: 170, |
| | | showOverflowTooltip: true |
| | | }, |
| | | { |
| | | prop: 'memo', |
| | | label: $t('table.memo'), |
| | | minWidth: 180, |
| | | showOverflowTooltip: true |
| | | }, |
| | | { |
| | | prop: 'operation', |
| | | label: $t('table.operation'), |
| | | width: 92, |