新增待办信息
This commit is contained in:
@@ -114,14 +114,6 @@
|
|||||||
width: 130,
|
width: 130,
|
||||||
align: 'left',
|
align: 'left',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: t('执行结果'),
|
|
||||||
dataIndex: 'execResult',
|
|
||||||
key: 'a.exec_result',
|
|
||||||
sorter: true,
|
|
||||||
width: 130,
|
|
||||||
align: 'left',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: t('更新时间'),
|
title: t('更新时间'),
|
||||||
dataIndex: 'updateTime',
|
dataIndex: 'updateTime',
|
||||||
@@ -138,6 +130,14 @@
|
|||||||
width: 325,
|
width: 325,
|
||||||
align: 'left',
|
align: 'left',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: t('执行结果'),
|
||||||
|
dataIndex: 'execResult',
|
||||||
|
key: 'a.exec_result',
|
||||||
|
sorter: true,
|
||||||
|
width: 130,
|
||||||
|
align: 'left',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: t('数据状态'),
|
title: t('数据状态'),
|
||||||
dataIndex: 'dataStatus',
|
dataIndex: 'dataStatus',
|
||||||
|
|||||||
Reference in New Issue
Block a user