|
@@ -81,6 +81,15 @@
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
+ <el-table-column label="佣金" prop="types" width="140" align="right">
|
|
|
|
|
+ <template #default="scope">
|
|
|
|
|
+ <div class="order-name" v-if="scope.row.status==1 || scope.row.status==2 || scope.row.status==6">
|
|
|
|
|
+ <span>服务费:{{ scope.row.life_fee?$TOOL.money(scope.row.life_fee):'-' }}</span>
|
|
|
|
|
+ <span class="dec">达人佣金:{{ scope.row.star_fee?$TOOL.money(scope.row.star_fee):'-' }}</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div v-else>无</div>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="发货状态" prop="types" width="160" align="left">
|
|
<el-table-column label="发货状态" prop="types" width="160" align="left">
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
<div v-if="scope.row.status == 2">
|
|
<div v-if="scope.row.status == 2">
|