1、新增结算模块

2、调整业务模块
3、调整客商模块
This commit is contained in:
2026-08-20 06:33:01 +08:00
parent 4199255186
commit fd5b1484e6
59 changed files with 11745 additions and 1104 deletions
+7 -6
View File
@@ -23,11 +23,7 @@ export const insuranceTypeDic = [
{ label: '船舶险', value: '船舶险' },
];
export const ocrTemplateDic = [
{ label: '紫金-机动车交强险', value: '紫金-机动车交强险' },
{ label: '机动车商业险', value: '机动车商业险' },
{ label: '船舶保险', value: '船舶保险' },
];
export const ocrTemplateDic = [];
export const option = {
height: 'auto',
@@ -67,9 +63,14 @@ export const option = {
prop: 'ocrTemplate',
type: 'select',
dicData: ocrTemplateDic,
value: '紫金-机动车交强险',
value: '',
hide: true,
display: true,
addDisplay: true,
editDisplay: true,
viewDisplay: true,
span: 12,
rules: [{ required: true, message: '请选择OCR识别模板', trigger: 'change' }],
},
{
label: '上传文件',