From 465f41c8a5c33996f98a45874854b948ed188dba Mon Sep 17 00:00:00 2001 From: tanzs Date: Sat, 8 Mar 2025 19:54:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E9=80=97=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/miniapp/order/AppOrder.data.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: '车辆购置税',