Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
zhaoy
/
BPA.SAAS.Web
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Pull-Requests
0
Releases
0
Wiki
Aktivität
Quellcode durchsuchen
z
tmp
zhaoy
vor 8 Monaten
Ursprung
95bac0492c
Commit
2b4c851ccf
3 geänderte Dateien
mit
15 neuen
und
3 gelöschten
Zeilen
Geteilte Ansicht
Diff-Optionen
Statistiken anzeigen
Patch-Datei herunterladen
Vergleichs-Datei herunterladen
+5
-1
src/pages/push/batchingpush/index.jsx
+5
-1
src/pages/push/goodspush/index.jsx
+5
-1
src/pages/push/technologypush/index.jsx
+ 5
- 1
src/pages/push/batchingpush/index.jsx
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
',
},
},
},
Verfassen
Vorschau
Laden…
Abbrechen
Speichern