代客下单更新

This commit is contained in:
2024-09-29 16:13:10 +08:00
parent eea3e1e010
commit 74c6237037
11 changed files with 130 additions and 2186 deletions

View File

@@ -91,7 +91,10 @@
uni.navigateBack()
}, 100)
}
let searchValue=ref('')
function search(){
}
function chooseTable(index, item) {
if (item.status == 'closed') {
return uni.showToast({
@@ -187,7 +190,8 @@
.circle {
background: #FFFFFF;
width: 18px;
height: 18px;
&.active {
background-color: $my-main-color;
border-color: $my-main-color;