Commit f18f3c90 authored by youjie's avatar youjie

结团审核预计提成

parent 7adb3acf
...@@ -108,9 +108,9 @@ ...@@ -108,9 +108,9 @@
label="预计提成"> label="预计提成">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.SaleCommission}} {{scope.row.SaleCommission}}
<p v-if="scope.row.SaleCommission>0" <p v-if="scope.row.SaleCommission>0&&scope.row.ConfigID>0&&scope.row.Config_OfferId>0"
style="cursor: pointer;text-decoration: underline;color: #33B3FF;" style="cursor: pointer;text-decoration: underline;color: #33B3FF;"
@click="showDialog(scope.row.TCID, scope.row.Config_OfferId)">报价详情</p> @click="showDialog(scope.row.ConfigID, scope.row.Config_OfferId)">报价详情</p>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column v-if="active==1" <el-table-column v-if="active==1"
......
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