Browse Source

关闭部分字段

dev
qb 2 months ago
parent
commit
ef13bfa1a9
  1. 20
      src/option/finance/WaybillAudit.js

20
src/option/finance/WaybillAudit.js

@ -58,16 +58,16 @@ export const columnList = [
sortable: true,
head: false,
},
{
prop: 'consigneeCode',
label: '收货单位编码',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
// {
// prop: 'consigneeCode',
// label: '收货单位编码',
// type: 2,
// values: '',
// width: '130',
// checkarr: [],
// fixed: false,
// sortable: true,
// },
{
prop: 'consignee',
label: '收货单位',

Loading…
Cancel
Save