首页改版,增加全部操作页面,新增店铺装修页面

This commit is contained in:
2025-05-28 17:00:29 +08:00
parent 6cc53db443
commit bb84b49ddc
23 changed files with 1817 additions and 558 deletions

View File

@@ -0,0 +1,8 @@
<template>
</template>
<script>
</script>
<style>
</style>

View File

@@ -23,7 +23,8 @@
</template>
</uni-easyinput>
<view class="u-m-l-4">
<button class="" type="text" @click="searchConfirm"><text class="color-333">搜索</text></button>
<!-- <button class="" type="text" @click="searchConfirm"><text class="color-333">搜索</text></button> -->
<button class="" type="text" ><text class="color-main font-bold">清台设置</text></button>
</view>
</view>
</view>

View File

@@ -11,12 +11,12 @@ export default [{
{
label: "点餐中",
type: "ordering",
color: "#46AEA4",
color: "#63ACA4",
},
{
label: "未结账",
type: "unsettled",
color: "#DD3F41",
color: "#CC4C48",
},
{
label: "支付中",
@@ -26,7 +26,7 @@ export default [{
{
label: "待清台",
type: "settled ",
color: "#FF9500",
color: "#F19A37",
},
{
label: "关台",
@@ -36,6 +36,6 @@ export default [{
{
label: "预定",
type: "subscribe",
color: "#58B22C",
color: "#6FB043",
},
];