Commit fcc77b63 authored by youjie's avatar youjie

no message

parent 0aa16629
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.SaleCommission}} {{scope.row.SaleCommission}}
<p v-if="scope.row.SaleCommission>0&&scope.row.ConfigID>0&&scope.row.Config_OfferId>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;font-size: 12px;"
@click="showDialog(scope.row.ConfigID, scope.row.Config_OfferId)">报价详情</p> @click="showDialog(scope.row.ConfigID, scope.row.Config_OfferId)">报价详情</p>
</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