Commit 6d46b155 authored by youjie's avatar youjie

no message

parent ce897d24
...@@ -124,14 +124,14 @@ ...@@ -124,14 +124,14 @@
prop="PreferTipAmount" prop="PreferTipAmount"
label="人头小费" label="人头小费"
min-width="110" min-width="100"
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="PlatformTax" prop="PlatformTax"
label="手续费" label="手续费"
min-width="100" min-width="90"
> >
</el-table-column> </el-table-column>
<el-table-column prop="Refund" label="退款"> </el-table-column> <el-table-column prop="Refund" label="退款"> </el-table-column>
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
prop="OrderProfit" prop="OrderProfit"
label="预期利润" label="预期利润"
min-width="110" min-width="100"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span :class="{ red: scope.row.OrderProfit > 0 }">{{ <span :class="{ red: scope.row.OrderProfit > 0 }">{{
...@@ -223,7 +223,7 @@ ...@@ -223,7 +223,7 @@
prop="StateName" prop="StateName"
label="状态" label="状态"
show-overflow-tooltip show-overflow-tooltip
min-width="50" min-width="80"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.StateName }}</span> <span>{{ scope.row.StateName }}</span>
...@@ -461,14 +461,14 @@ ...@@ -461,14 +461,14 @@
sortable sortable
prop="PreferTipAmount" prop="PreferTipAmount"
label="人头小费" label="人头小费"
min-width="110" min-width="100"
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
sortable sortable
prop="PlatformTax" prop="PlatformTax"
label="手续费" label="手续费"
min-width="100" min-width="90"
> >
</el-table-column> </el-table-column>
<el-table-column sortable prop="Refund" label="退款"> </el-table-column> <el-table-column sortable prop="Refund" label="退款"> </el-table-column>
...@@ -485,7 +485,7 @@ ...@@ -485,7 +485,7 @@
sortable sortable
prop="OrderProfit" prop="OrderProfit"
label="预期利润" label="预期利润"
min-width="110" min-width="100"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span :class="{ red: scope.row.OrderProfit > 0 }">{{ <span :class="{ red: scope.row.OrderProfit > 0 }">{{
...@@ -560,7 +560,7 @@ ...@@ -560,7 +560,7 @@
prop="StateName" prop="StateName"
label="状态" label="状态"
show-overflow-tooltip show-overflow-tooltip
min-width="50" min-width="80"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.StateName }}</span> <span>{{ scope.row.StateName }}</span>
......
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