Commit 257346f4 authored by youjie's avatar youjie

no message

parent 76c5367a
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="LtName" prop="LtName"
label="团信息" show-overflow-tooltip> label="系列" show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<p>{{scope.row.LineName}}</p> <p>{{scope.row.LineName}}</p>
<p>{{scope.row.LtName}}</p> <p>{{scope.row.LtName}}</p>
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
<el-table-column <el-table-column
prop="Title" prop="Title"
label="团名" label="团名"
width="400" width="200"
show-overflow-tooltip></el-table-column> show-overflow-tooltip></el-table-column>
<el-table-column <el-table-column
prop="OPName" prop="OPName"
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
label="团队利润"></el-table-column> label="团队利润"></el-table-column>
<el-table-column <el-table-column
prop="SaleCommission" prop="SaleCommission"
label="预计销售提成"> label="预计销售提成" width="130px">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.SaleCommission}} {{scope.row.SaleCommission}}
</template> </template>
......
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