소스 검색

计划单统计表-对单人输入

jbb 1 년 전
부모
커밋
7f6e32f7ad
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/cost-allocation-total/inancialReconciliation.vue

+ 1 - 0
src/views/cost-allocation-total/inancialReconciliation.vue

@@ -201,6 +201,7 @@ export default {
         { title: '业务员', width: 120, dataIndex: 'salesman', className: 'replacecolor' },
         { title: '计划师傅/制单人', width: 150, dataIndex: 'maker', className: 'replacecolor'},
         { title: '对单人(手输人)', width: 220, dataIndex: 'planMan', align: 'left', className: 'replacecolor',
+        scopedSlots: { customRender: 'planMan' },
         sorter:(a,b)=> {
                   let temp1="";
                   let temp2="";