添加套餐管理页面

This commit is contained in:
wangxiaowei
2025-12-14 18:16:31 +08:00
parent 2831eadc54
commit 19542eaf50
3 changed files with 463 additions and 345 deletions

View File

@ -37,7 +37,7 @@
<view class="w-full fixed bottom-0 left-0 right-0 bg-white h-152rpx">
<view class="flex items-center justify-center text-32rpx leading-44rpx leading-90rpx text-center !mt-34rpx">
<wd-button custom-class="!text-32rpx !w-630rpx !h-90rpx !bg-[#4C9F44] !rounded-8rpx !text-[#fff]">新建套餐</wd-button>
<wd-button custom-class="!text-32rpx !w-630rpx !h-90rpx !bg-[#4C9F44] !rounded-8rpx !text-[#fff]" @click="router.navigateTo('/bundle/setmeal/add?type=add')">新建套餐</wd-button>
</view>
</view>
</view>
@ -66,7 +66,7 @@
const keywords = ref<string>('') // 搜索关键词
// tab
const tab = ref<string>('all')
const tab = ref<string>('list')
const tabList = ref<Array<{title: string, num: number, name: string}>>([
{ title: '已上架', num: 10, name: 'list'},
{ title: '已下架', num: 11, name: 'delist' },