|
|
@@ -138,26 +138,26 @@
|
|
|
label="租赁期限"
|
|
|
width="180"
|
|
|
></el-table-column>
|
|
|
- <el-table-column prop="wechatPay" fixed="right" label="微信支付" width="80">
|
|
|
- <template slot-scope="{row}">
|
|
|
- <el-switch
|
|
|
- v-model="row.wechatPay"
|
|
|
- active-color="#13ce66"
|
|
|
- inactive-color="#ff4949"
|
|
|
- @change="handlChange(row)">
|
|
|
- </el-switch>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column prop="aliPay" fixed="right" label="支付宝支付" width="90">
|
|
|
- <template slot-scope="{row}">
|
|
|
- <el-switch
|
|
|
- v-model="row.aliPay"
|
|
|
- active-color="#13ce66"
|
|
|
- inactive-color="#ff4949"
|
|
|
- @change="handlChange(row)">
|
|
|
- </el-switch>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+ <!-- <el-table-column prop="wechatPay" fixed="right" label="微信支付" width="80">
|
|
|
+ <template slot-scope="{row}">
|
|
|
+ <el-switch
|
|
|
+ v-model="row.wechatPay"
|
|
|
+ active-color="#13ce66"
|
|
|
+ inactive-color="#ff4949"
|
|
|
+ @change="handlChange(row)">
|
|
|
+ </el-switch>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column prop="aliPay" fixed="right" label="支付宝支付" width="90">
|
|
|
+ <template slot-scope="{row}">
|
|
|
+ <el-switch
|
|
|
+ v-model="row.aliPay"
|
|
|
+ active-color="#13ce66"
|
|
|
+ inactive-color="#ff4949"
|
|
|
+ @change="handlChange(row)">
|
|
|
+ </el-switch>
|
|
|
+ </template>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column label="操作" fixed="right" width="220">
|
|
|
<template slot-scope="{ row }">
|
|
|
<el-button size="mini" type="primary" @click="handlePayment(row)"
|