Commit fb31b77014b22d4eab3ceff4399060a0303fe632

Authored by
2 parents 8ea188c9 b06ba128

Merge branch 'zwl-develop' into 'develop'

fix: bug修复



See merge request !22
src/views/project/approve/ProduceFieldPanel.vue
@@ -87,7 +87,7 @@ @@ -87,7 +87,7 @@
87 dataIndex: 'auditRoleCodes', 87 dataIndex: 'auditRoleCodes',
88 width: 150, 88 width: 150,
89 customRender: (column) => { 89 customRender: (column) => {
90 - return column.record.type === 60 ? '包装费用字段' : '内部生产费用字段'; 90 + return column.record.type === 80 ? '包装费用字段' : '内部生产费用字段';
91 }, 91 },
92 }, 92 },
93 { 93 {