Browse Source

修改Q2附件名称

hella_online_20240823
parent
commit
6d5f2f7ba8
  1. 16
      src/views/qms/inspectionQ2/inspectionQ2.data.ts

16
src/views/qms/inspectionQ2/inspectionQ2.data.ts

@ -596,11 +596,25 @@ export const Q2 = useCrudSchemas(
} }
} }
}, },
{ {
label: '索赔单附件', label: '索赔单附件',
field: 'claimAddress', field: 'claimAddressName',
sort: 'custom', sort: 'custom',
isSearch: false,
isForm: false,
isTable: true, isTable: true,
isDetail: false,
table: {
width: 150
}
},
{
label: '索赔单附件',
field: 'claimAddress',
sort: 'custom',
isTable: false,
table: { table: {
width: 150 width: 150
}, },

Loading…
Cancel
Save