diff --git a/src/views/miniapp/order/AppOrder.data.ts b/src/views/miniapp/order/AppOrder.data.ts index f4c3680..12fc901 100644 --- a/src/views/miniapp/order/AppOrder.data.ts +++ b/src/views/miniapp/order/AppOrder.data.ts @@ -4,7 +4,7 @@ import { rules } from '/@/utils/helper/validator'; import { render } from '/@/utils/common/renderUtils'; import { JVxeTypes, JVxeColumn } from '/@/components/jeecg/JVxeTable/types'; import { getWeekMonthQuarterYear } from '/@/utils'; -import {allProductCagegoryList} from "@/views/miniapp/productCategory/AppCategory.api"; +import { allProductCagegoryList } from '@/views/miniapp/productCategory/AppCategory.api'; //列表数据 export const columns: BasicColumn[] = [ { @@ -489,7 +489,7 @@ export const appOrderCarFormSchema: FormSchema[] = [ { label: '里程', field: 'mileage', - component: 'Input' + component: 'Input', }, { label: '购车时间', @@ -503,7 +503,7 @@ export const appOrderCarFormSchema: FormSchema[] = [ { label: '车辆购置价', field: 'buyMoney', - component: 'InputNumber' + component: 'InputNumber', }, { label: '车辆购置税',