From 2b4c851ccfc0b72546896e53890f481d80ca3330 Mon Sep 17 00:00:00 2001 From: zhaoy <137053305@qq.com> Date: Fri, 1 Mar 2024 13:28:05 +0800 Subject: [PATCH] z --- src/pages/push/batchingpush/index.jsx | 6 +++++- src/pages/push/goodspush/index.jsx | 6 +++++- src/pages/push/technologypush/index.jsx | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/pages/push/batchingpush/index.jsx b/src/pages/push/batchingpush/index.jsx index 638a710..7b65a87 100644 --- a/src/pages/push/batchingpush/index.jsx +++ b/src/pages/push/batchingpush/index.jsx @@ -82,13 +82,17 @@ const goodspush = () => { dataIndex: 'status', ellipsis: true, valueEnum: { + 0: { + text: '下发中', + status: 'Processing', + }, 1: { text: '成功', status: 'Success', }, 2: { text: '失败', - status: 'Processing', + status: 'Error', }, }, }, diff --git a/src/pages/push/goodspush/index.jsx b/src/pages/push/goodspush/index.jsx index d3f75e5..727b9b8 100644 --- a/src/pages/push/goodspush/index.jsx +++ b/src/pages/push/goodspush/index.jsx @@ -82,13 +82,17 @@ const goodspush = () => { dataIndex: 'status', ellipsis: true, valueEnum: { + 0: { + text: '下发中', + status: 'Processing', + }, 1: { text: '成功', status: 'Success', }, 2: { text: '失败', - status: 'Processing', + status: 'Error', }, }, }, diff --git a/src/pages/push/technologypush/index.jsx b/src/pages/push/technologypush/index.jsx index ea4420d..3e80042 100644 --- a/src/pages/push/technologypush/index.jsx +++ b/src/pages/push/technologypush/index.jsx @@ -82,13 +82,17 @@ const goodspush = () => { dataIndex: 'status', ellipsis: true, valueEnum: { + 0: { + text: '下发中', + status: 'Processing', + }, 1: { text: '成功', status: 'Success', }, 2: { text: '失败', - status: 'Processing', + status: 'Error', }, }, },