Commit 3c27bc92641a4d2b865762fae93672601e18772e
1 parent
3123f5a8
修改审核申请人
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/project/approve/PayPanel.vue
... | ... | @@ -215,7 +215,7 @@ |
215 | 215 | customRender: (column) => { |
216 | 216 | const { record } = column || {}; |
217 | 217 | if (record?.type === 40) { |
218 | - return record.createBy; | |
218 | + return record.financePerson; | |
219 | 219 | } else if (record?.type == 50) { |
220 | 220 | return record?.fieldInfos?.checkBillOrderDO?.productionName; |
221 | 221 | } | ... | ... |