This commit is contained in:
2026-08-27 12:54:17 +08:00
parent 2c08d0c362
commit 3a262216c7
14 changed files with 181 additions and 143 deletions
@@ -29,6 +29,12 @@ export const shipInspectionTypeDic = [
{ label: '其他', value: '其他' },
];
export const passengerTypeLevelDic = [
{ label: '一级', value: '一级' },
{ label: '二级', value: '二级' },
{ label: '其他', value: '其他' },
];
export const option = {
height: 'auto',
calcHeight: 32,
@@ -128,10 +134,11 @@ export const option = {
{
label: '客车类型及等级',
prop: 'passengerTypeLevel',
type: 'select',
dicData: passengerTypeLevelDic,
minWidth: 150,
span: 12,
placeholder: '请输入',
rules: [{ max: 50, message: '最多 50 个字符', trigger: 'blur' }],
placeholder: '请选择',
},
{
label: '检测评定单位',