完成订单模块

This commit is contained in:
gxwebsoft
2024-04-25 23:38:42 +08:00
parent a6cb9f7f78
commit 16e38b6f31
58 changed files with 6130 additions and 1753 deletions

View File

@@ -8,7 +8,6 @@
<span>添加</span>
</a-button>
<a-radio-group v-model:value="where.cardCode" @change="handleSearch">
<a-radio-button :value="undefined">全部</a-radio-button>
<a-radio-button :value="`月/年卡`">/年卡</a-radio-button>
<a-radio-button :value="`次卡`">次卡</a-radio-button>
<a-radio-button :value="`充值卡`">充值卡</a-radio-button>
@@ -44,7 +43,7 @@
// 表单数据
const { where } = useSearch<any>({
cardCode: ''
cardCode: '月/年卡'
});
const handleSearch = () => {