skyouc
2025-01-08 d1511d2d12b4223882fcfdabd3ba6b59c038edc4
zy-asrs-admin/src/views/task/task/index.vue
@@ -44,14 +44,14 @@
  {
    title: formatMessage('db.man_task.task_no', '任务编号'),
    dataIndex: 'taskNo',
    width: 140,
    width: 120,
    ellipsis: true,
    ...getColumnSearchProps('taskNo'),
  },
  {
    title: formatMessage('db.man_task.task_sts', '任务状态'),
    dataIndex: 'taskSts$',
    width: 140,
    width: 200,
    ellipsis: true,
    ...getColumnSearchProps('taskSts$'),
  },
@@ -65,7 +65,7 @@
  {
    title: formatMessage('db.man_task.io_pri', '优先级'),
    dataIndex: 'ioPri',
    width: 140,
    width: 120,
    ellipsis: true,
    ...getColumnSearchProps('ioPri'),
  },