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, sortable: true,
head: false, head: false,
}, },
{ // {
prop: 'consigneeCode', // prop: 'consigneeCode',
label: '收货单位编码', // label: '收货单位编码',
type: 2, // type: 2,
values: '', // values: '',
width: '130', // width: '130',
checkarr: [], // checkarr: [],
fixed: false, // fixed: false,
sortable: true, // sortable: true,
}, // },
{ {
prop: 'consignee', prop: 'consignee',
label: '收货单位', label: '收货单位',

Loading…
Cancel
Save