feat:【antd/ele】【mall/trade】优化 api 的注释

This commit is contained in:
YunaiV
2025-11-20 10:50:17 +08:00
parent 712fdb6382
commit 937aac5b01
40 changed files with 518 additions and 876 deletions

View File

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