review:【mall 商城】trade 相关代码
This commit is contained in:
@@ -176,6 +176,7 @@ onMounted(() => {
|
||||
<template>
|
||||
<Page auto-content-height>
|
||||
<ElCard class="mb-4 h-[10%]">
|
||||
<!-- TODO @霖:高度不对 -->
|
||||
<div class="flex flex-row gap-4">
|
||||
<SummaryCard
|
||||
class="flex flex-1"
|
||||
@@ -215,6 +216,7 @@ onMounted(() => {
|
||||
/>
|
||||
</div>
|
||||
</ElCard>
|
||||
<!-- TODO @霖:核销订单,点出的弹窗,无法输入内容; -->
|
||||
<Grid class="h-4/5" table-title="核销订单">
|
||||
<template #toolbar-tools>
|
||||
<TableAction
|
||||
|
||||
@@ -62,6 +62,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
label: '详细地址',
|
||||
rules: 'required',
|
||||
},
|
||||
// TODO @霖:时间类型不对
|
||||
{
|
||||
component: 'TimePicker',
|
||||
fieldName: 'openingTime',
|
||||
@@ -86,6 +87,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
label: '纬度',
|
||||
rules: 'required',
|
||||
},
|
||||
// TODO @霖:缺少地图
|
||||
{
|
||||
component: 'Input',
|
||||
fieldName: 'getGeo',
|
||||
|
||||
@@ -18,6 +18,7 @@ import { useBindFormSchema } from '../data';
|
||||
|
||||
const emit = defineEmits(['success']);
|
||||
const formData = ref<MallDeliveryPickUpStoreApi.PickUpStore>();
|
||||
// TODO @霖:店员是多选;
|
||||
const getTitle = computed(() => {
|
||||
return formData.value?.id
|
||||
? $t('ui.actionTitle.edit', ['绑定店员'])
|
||||
|
||||
Reference in New Issue
Block a user