review:【mall 商城】trade 相关代码
This commit is contained in:
@@ -60,6 +60,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
label: '详细地址',
|
||||
rules: 'required',
|
||||
},
|
||||
// TODO @xingyu:时间类型不对
|
||||
{
|
||||
component: 'TimePicker',
|
||||
fieldName: 'openingTime',
|
||||
@@ -84,6 +85,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
label: '纬度',
|
||||
rules: 'required',
|
||||
},
|
||||
// TODO @xingyu:缺少地图
|
||||
{
|
||||
component: 'Input',
|
||||
fieldName: 'getGeo',
|
||||
|
||||
@@ -18,6 +18,7 @@ import { useBindFormSchema } from '../data';
|
||||
|
||||
const emit = defineEmits(['success']);
|
||||
const formData = ref<MallDeliveryPickUpStoreApi.PickUpStore>();
|
||||
// TODO @xingyu:店员是多选;
|
||||
const getTitle = computed(() => {
|
||||
return formData.value?.id
|
||||
? $t('ui.actionTitle.edit', ['绑定店员'])
|
||||
|
||||
Reference in New Issue
Block a user