review:【antd/ele】【mall】商品模块的迁移

This commit is contained in:
YunaiV
2025-12-15 19:44:11 +08:00
parent 4ec82f0fd0
commit e3c1676523
12 changed files with 32 additions and 23 deletions

View File

@@ -12,7 +12,9 @@ import { getRangePickerDefaultProps } from '#/utils';
/** 关联数据 */
const userStore = useUserStore();
const pickUpStoreList = ref<MallDeliveryPickUpStoreApi.PickUpStore[]>([]);
const pickUpStoreList = ref<MallDeliveryPickUpStoreApi.DeliveryPickUpStore[]>(
[],
);
getSimpleDeliveryPickUpStoreList().then((res) => {
pickUpStoreList.value = res;
// 移除自己无法核销的门店

View File

@@ -20,6 +20,7 @@ import {
import { useGridColumns, useGridFormSchema } from './data';
// TODO @芋艿:风格和 antd 不一致;
const summary = ref<MallOrderApi.OrderSummary>();
/** 刷新表格 */