Commit d92d93de authored by zhengke's avatar zhengke

修改

parent bd083919
...@@ -33,18 +33,18 @@ ...@@ -33,18 +33,18 @@
<el-table-column prop="OrderIntroduction" width="220" label="订单信息"> <el-table-column prop="OrderIntroduction" width="220" label="订单信息">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="OrderInformation"> <div class="OrderInformation">
<div>返佣id{{scope.row.OrderIntroduction.IntroductionId}}</div> <div>返佣id:{{scope.row.OrderIntroduction.IntroductionId}}</div>
<div> <div>
状态<span style="color:red;" v-if="scope.row.OrderIntroduction.CommissionState==1">未结算</span> 状态:<span style="color:red;" v-if="scope.row.OrderIntroduction.CommissionState==1">未结算</span>
<span style="color:green;" v-if="scope.row.OrderIntroduction.CommissionState==2">已结算</span> <span style="color:green;" v-if="scope.row.OrderIntroduction.CommissionState==2">已结算</span>
</div> </div>
</div> </div>
<div class="OrderInformation"> <div class="OrderInformation">
<div>姓名{{scope.row.OrderIntroduction.Name}}</div> <div>姓名:{{scope.row.OrderIntroduction.Name}}</div>
<div>佣金{{scope.row.OrderIntroduction.Commission}}</div> <div>佣金:{{scope.row.OrderIntroduction.Commission}}</div>
</div> </div>
<div class="OrderInformation"> <div class="OrderInformation">
<div style="width:100%;">昵称{{scope.row.OrderIntroduction.UserName}}</div> <div style="width:100%;">昵称:{{scope.row.OrderIntroduction.UserName}}</div>
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
......
...@@ -131,18 +131,18 @@ ...@@ -131,18 +131,18 @@
<el-table-column prop="OrderIntroduction" label="返佣信息" width="220"> <el-table-column prop="OrderIntroduction" label="返佣信息" width="220">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="OrderInformation"> <div class="OrderInformation">
<div>返佣id{{scope.row.OrderIntroduction.IntroductionId}}</div> <div>返佣id:{{scope.row.OrderIntroduction.IntroductionId}}</div>
<div> <div>
状态<span style="color:red;" v-if="scope.row.OrderIntroduction.CommissionState==1">未结算</span> 状态:<span style="color:red;" v-if="scope.row.OrderIntroduction.CommissionState==1">未结算</span>
<span style="color:green;" v-if="scope.row.OrderIntroduction.CommissionState==2">已结算</span> <span style="color:green;" v-if="scope.row.OrderIntroduction.CommissionState==2">已结算</span>
</div> </div>
</div> </div>
<div class="OrderInformation"> <div class="OrderInformation">
<div>姓名{{scope.row.OrderIntroduction.Name}}</div> <div>姓名:{{scope.row.OrderIntroduction.Name}}</div>
<div>佣金{{scope.row.OrderIntroduction.Commission}}</div> <div>佣金:{{scope.row.OrderIntroduction.Commission}}</div>
</div> </div>
<div class="OrderInformation"> <div class="OrderInformation">
<div>昵称{{scope.row.OrderIntroduction.UserName}}</div> <div>昵称:{{scope.row.OrderIntroduction.UserName}}</div>
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment