Commit 6d46b155 authored by youjie's avatar youjie

no message

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