| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="cmmsAmt" label="手续费" min-width="100px" align="center"></el-table-column> |
| | | <el-table-column prop="total" label="结算金额" min-width="100px" align="center"> |
| | | <el-table-column prop="total" label="结算金额(元)" min-width="100px" align="center"> |
| | | <template slot-scope="scope"> |
| | | <span>{{scope.row.total == 0 ? '-' : scope.row.total }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="bikefee" label="自行车收入(元)" min-width="100px" align="center"> |
| | | <template slot-scope="scope"> |
| | | <span>{{scope.row.bikeFee == 0 ? '-' : scope.row.bikeFee }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <!-- v-if="containPermissions(['business:pricingparam:update', 'business:pricingparam:delete'])" --> |
| | | <el-table-column |
| | | label="操作" |