This commit is contained in:
2026-07-21 13:20:06 +08:00
parent 76df2b9cd2
commit e50d1b8fda
21 changed files with 714 additions and 129 deletions

View File

@@ -35,6 +35,10 @@ export const option = {
dialogWidth: 1050,
labelPosition: 'top',
tip: false,
searchBtnText: '查询',
emptyBtnText: '重置',
saveBtnText: '提交',
updateBtnText: '提交',
searchShow: true,
searchMenuSpan: 6,
border: true,
@@ -105,7 +109,6 @@ export const option = {
label: '客车类型及等级',
prop: 'passengerTypeLevel',
minWidth: 150,
hide: true,
rules: [{ max: 50, message: '最多 50 个字符', trigger: 'blur' }],
},
{
@@ -119,6 +122,7 @@ export const option = {
prop: 'fee',
type: 'number',
precision: 2,
append: '元',
minWidth: 100,
rules: [
{ required: true, message: '请输入费用', trigger: 'blur' },
@@ -129,7 +133,6 @@ export const option = {
label: '评定(复核)单位',
prop: 'assessmentUnit',
minWidth: 160,
hide: true,
rules: [{ max: 50, message: '最多 50 个字符', trigger: 'blur' }],
},
{
@@ -138,7 +141,8 @@ export const option = {
type: 'textarea',
minRows: 3,
span: 24,
hide: true,
minWidth: 180,
overHidden: true,
rules: [{ max: 200, message: '最多 200 个字符', trigger: 'blur' }],
},
{