Browse Source

完善车辆销售台账--列表中增加内部引荐人

master
yunuo970428 2 years ago
parent
commit
75845f5250
  1. 5
      anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangxiaoshou/cheliangxiaoshouguanli.vue

5
anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangxiaoshou/cheliangxiaoshouguanli.vue

@ -179,6 +179,11 @@
<span>{{ scope.row.rebateMoneyTwo }}</span> <span>{{ scope.row.rebateMoneyTwo }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="内部引荐人" align="center" width="120">
<template slot-scope="scope">
<span>{{ scope.row.innerName }}</span>
</template>
</el-table-column>
</el-table> </el-table>
</div> </div>
<div class="pages"> <div class="pages">

Loading…
Cancel
Save