Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Registreren
Inloggen
zhaoy
/
BPA.SAAS.Web
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
下发数据状态修改
kitchenmanage
zhaoy
10 maanden geleden
bovenliggende
daa8c84312
commit
dc46e63ea6
2 gewijzigde bestanden
met
toevoegingen van 6
en
2 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+1
-1
src/pages/push/goodspush/index.jsx
+5
-1
src/pages/push/technologypush/index.jsx
+ 1
- 1
src/pages/push/goodspush/index.jsx
Bestand weergeven
@@ -96,7 +96,7 @@ const goodspush = () => {
},
2: {
text: '失败',
status: '
Processing
',
status: '
Error
',
},
},
},
+ 5
- 1
src/pages/push/technologypush/index.jsx
Bestand weergeven
@@ -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
',
},
},
},
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan