This website works better with JavaScript.
首頁
探索
說明
註冊
登入
zhaoy
/
BPA.SAAS.Web
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
下发数据状态修改
kitchenmanage
zhaoy
10 月之前
父節點
daa8c84312
當前提交
dc46e63ea6
共有
2 個文件被更改
,包括
6 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/pages/push/goodspush/index.jsx
+5
-1
src/pages/push/technologypush/index.jsx
+ 1
- 1
src/pages/push/goodspush/index.jsx
查看文件
@@ -96,7 +96,7 @@ const goodspush = () => {
},
2: {
text: '失败',
status: '
Processing
',
status: '
Error
',
},
},
},
+ 5
- 1
src/pages/push/technologypush/index.jsx
查看文件
@@ -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
',
},
},
},
Write
Preview
Loading…
取消
儲存