This website works better with JavaScript.
首頁
探索
說明
註冊
登入
bpa
/
BPA.KitChen.Web
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
1
Wiki
Activity
瀏覽代碼
修复刷卡机管理bug
tags/小炒逻辑变更前
yangwenhua
2 年之前
父節點
c63c1341f6
當前提交
ea32dde8cb
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/pages/card/machine/index.jsx
+ 1
- 1
src/pages/card/machine/index.jsx
查看文件
@@ -85,7 +85,7 @@ const Machine = () => {
render: (_, record) => {
const findGate = gateList.find(item => item.id === record.gateId);
return <div>
{findGate
.name ||
'默认档口'}
{findGate
? findGate.name :
'默认档口'}
</div>
}
},
Write
Preview
Loading…
取消
儲存