From dc46e63ea62123fa92d87c1a75ab01b8069f1d9c Mon Sep 17 00:00:00 2001 From: zhaoy <137053305@qq.com> Date: Fri, 1 Mar 2024 13:30:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E5=8F=91=E6=95=B0=E6=8D=AE=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/push/goodspush/index.jsx | 2 +- src/pages/push/technologypush/index.jsx | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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', }, }, },