diff --git a/src/pages/push/goodspush/index.jsx b/src/pages/push/goodspush/index.jsx index 410ed6d..0c36501 100644 --- a/src/pages/push/goodspush/index.jsx +++ b/src/pages/push/goodspush/index.jsx @@ -96,7 +96,7 @@ const goodspush = () => { }, 2: { text: '失败', - status: 'Processing', + status: 'Error', }, }, }, diff --git a/src/pages/push/technologypush/index.jsx b/src/pages/push/technologypush/index.jsx index eb8c1ba..21d3025 100644 --- a/src/pages/push/technologypush/index.jsx +++ b/src/pages/push/technologypush/index.jsx @@ -86,13 +86,17 @@ const goodspush = () => { dataIndex: 'status', ellipsis: true, valueEnum: { + 0: { + text: '下发中', + status: 'Processing', + }, 1: { text: '成功', status: 'Success', }, 2: { text: '失败', - status: 'Processing', + status: 'Error', }, }, },