@@ -82,13 +82,17 @@ const goodspush = () => { | |||||
dataIndex: 'status', | dataIndex: 'status', | ||||
ellipsis: true, | ellipsis: true, | ||||
valueEnum: { | valueEnum: { | ||||
0: { | |||||
text: '下发中', | |||||
status: 'Processing', | |||||
}, | |||||
1: { | 1: { | ||||
text: '成功', | text: '成功', | ||||
status: 'Success', | status: 'Success', | ||||
}, | }, | ||||
2: { | 2: { | ||||
text: '失败', | text: '失败', | ||||
status: 'Processing', | |||||
status: 'Error', | |||||
}, | }, | ||||
}, | }, | ||||
}, | }, | ||||
@@ -82,13 +82,17 @@ const goodspush = () => { | |||||
dataIndex: 'status', | dataIndex: 'status', | ||||
ellipsis: true, | ellipsis: true, | ||||
valueEnum: { | valueEnum: { | ||||
0: { | |||||
text: '下发中', | |||||
status: 'Processing', | |||||
}, | |||||
1: { | 1: { | ||||
text: '成功', | text: '成功', | ||||
status: 'Success', | status: 'Success', | ||||
}, | }, | ||||
2: { | 2: { | ||||
text: '失败', | text: '失败', | ||||
status: 'Processing', | |||||
status: 'Error', | |||||
}, | }, | ||||
}, | }, | ||||
}, | }, | ||||
@@ -82,13 +82,17 @@ const goodspush = () => { | |||||
dataIndex: 'status', | dataIndex: 'status', | ||||
ellipsis: true, | ellipsis: true, | ||||
valueEnum: { | valueEnum: { | ||||
0: { | |||||
text: '下发中', | |||||
status: 'Processing', | |||||
}, | |||||
1: { | 1: { | ||||
text: '成功', | text: '成功', | ||||
status: 'Success', | status: 'Success', | ||||
}, | }, | ||||
2: { | 2: { | ||||
text: '失败', | text: '失败', | ||||
status: 'Processing', | |||||
status: 'Error', | |||||
}, | }, | ||||
}, | }, | ||||
}, | }, | ||||