このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
zhaoy
/
BPA.SAAS.Web
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
下发数据状态修改
kitchenmanage
zhaoy
10ヶ月前
親
daa8c84312
コミット
dc46e63ea6
2個のファイルの変更
、
6行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
',
},
},
},
書き込み
プレビュー
読み込み中…
キャンセル
保存