feat:【mall 商城】门店管理的迁移(ele 100%)

This commit is contained in:
YunaiV
2025-10-13 13:10:46 +08:00
parent 7b7ca39d83
commit a3a292db80
9 changed files with 176 additions and 86 deletions

View File

@@ -86,7 +86,6 @@ export function useFormSchema(): VbenFormSchema[] {
rules: 'required',
componentProps: {
format: 'HH:mm',
minuteStep: 15,
placeholder: ['开始时间', '结束时间'],
},
},

View File

@@ -3,7 +3,6 @@ import type { VxeTableGridOptions } from '#/adapter/vxe-table';
import type { MallDeliveryPickUpStoreApi } from '#/api/mall/trade/delivery/pickUpStore';
import { Page, useVbenModal } from '@vben/common-ui';
import { isEmpty } from '@vben/utils';
import { message } from 'ant-design-vue';