提成统计界面调整
This commit is contained in:
parent
f0b4365f2b
commit
f50909db5b
@ -100,7 +100,8 @@
|
|||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<dict-tag :options="dict.type.emis_commission_post" :value="scope.row.postType"/>
|
<dict-tag :options="dict.type.emis_commission_post" :value="scope.row.postType"/>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column :label="$t('销售联系人')" align="center" prop="salesmen" width="120" sortable> </el-table-column>
|
||||||
<el-table-column :label="$t('现金提成')" align="center" prop="money" width="120" sortable>
|
<el-table-column :label="$t('现金提成')" align="center" prop="money" width="120" sortable>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div class="link-type" @click="handleShowDtlList(scope.row,'1,3,6')">{{ scope.row.money }}</div>
|
<div class="link-type" @click="handleShowDtlList(scope.row,'1,3,6')">{{ scope.row.money }}</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user