Browse Source

指标列表增加字段,意见反馈,整改结果

pre-production
马远东 11 months ago
parent
commit
7cea718ec5
  1. 13
      src/option/supervise/supervise.js

13
src/option/supervise/supervise.js

@ -267,7 +267,18 @@ export const IndicatorColumnList = [
}, },
{ {
prop: 'objectionRemark', prop: 'objectionRemark',
label: '描述', label: '整改结果',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'appealReason',
label: '意见反馈',
type: 1, type: 1,
values: '', values: '',
width: '130', width: '130',

Loading…
Cancel
Save