zhaoy 8 月之前
父節點
當前提交
2b4c851ccf
共有 3 個文件被更改,包括 15 次插入3 次删除
  1. +5
    -1
      src/pages/push/batchingpush/index.jsx
  2. +5
    -1
      src/pages/push/goodspush/index.jsx
  3. +5
    -1
      src/pages/push/technologypush/index.jsx

+ 5
- 1
src/pages/push/batchingpush/index.jsx 查看文件

@@ -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',
}, },
}, },
}, },


+ 5
- 1
src/pages/push/goodspush/index.jsx 查看文件

@@ -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',
}, },
}, },
}, },


+ 5
- 1
src/pages/push/technologypush/index.jsx 查看文件

@@ -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',
}, },
}, },
}, },


Loading…
取消
儲存