Commit 3c27bc92641a4d2b865762fae93672601e18772e

Authored by boyang
1 parent 3123f5a8

修改审核申请人

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 }
... ...
src/views/project/approve/ReceivePanel.vue
... ... @@ -195,7 +195,7 @@
195 195 let columns = [
196 196 {
197 197 title: '申请人',
198   - dataIndex: 'createBy',
  198 + dataIndex: 'financePerson',
199 199 width: 150,
200 200 },
201 201 {
... ...