增加字段

This commit is contained in:
bb_pan 2025-08-20 19:35:29 +08:00
parent 5343b10d94
commit 8801db44ae
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ export default {
{ label: '设备编码', prop: 'maCode', showTooltip: true },
{ label: '单位名称', prop: 'unitName', width: '200' },
{ label: '工程名称', prop: 'projectName', width: '200' },
{ label: '分公司', prop: 'impUnit', width: '200' },
{ label: '协议号', prop: 'agreementCode', width: '140' },
{ label: '临检天数', prop: 'overDays', width: '100' }
],