Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
zhaoy
/
BPA.SAAS.Web
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
z
tmp
zhaoy
hace 8 meses
padre
95bac0492c
commit
2b4c851ccf
Se han
modificado 3 ficheros
con
15 adiciones
y
3 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
',
},
},
},
Escribir
Vista previa
Cargando…
Cancelar
Guardar