Browse Source

补充逗号

master
tanzs 1 month ago
parent
commit
465f41c8a5
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/views/miniapp/order/AppOrder.data.ts

+ 3
- 3
src/views/miniapp/order/AppOrder.data.ts View File

@ -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: '车辆购置税',


Loading…
Cancel
Save