台桌列表更新

This commit is contained in:
2024-10-10 18:01:27 +08:00
parent e2c3dbca87
commit 7aee58ce89

View File

@@ -93,7 +93,8 @@
})
function returnIsUseing(key) {
return key = key == 'using' ? (props.data.orderId ? key : 'idle') : key
// return key = key == 'using' ? (props.data.orderId ? key : 'idle') : key
return key
}
function returnStutasColor(key) {