This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bpa
/
BPA.KitChen.Web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
修复刷卡机管理bug
tags/小炒逻辑变更前
yangwenhua
2 years ago
parent
c63c1341f6
commit
ea32dde8cb
1 changed files
with
1 additions
and
1 deletions
Split View
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
View File
@@ -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…
Cancel
Save