zhaoy 6 ay önce
ebeveyn
işleme
2b4c851ccf
3 değiştirilmiş dosya ile 15 ekleme ve 3 silme
  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 Dosyayı Görüntüle

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


+ 5
- 1
src/pages/push/goodspush/index.jsx Dosyayı Görüntüle

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


+ 5
- 1
src/pages/push/technologypush/index.jsx Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet