Ver código fonte

0803-0050-h02

Zory 2 dias atrás
pai
commit
a179c5f4a8

+ 9 - 0
src/views/merchant/order/index/components/table.vue

@@ -81,6 +81,15 @@
                 </div>
             </template>
         </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">
             <template #default="scope">
                 <div v-if="scope.row.status == 2">