首页改版,增加全部操作页面,新增店铺装修页面
This commit is contained in:
8
pageTable/index/components/qingtai.vue
Normal file
8
pageTable/index/components/qingtai.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
@@ -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>
|
||||
|
||||
@@ -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",
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user