|
71 | 71 | <template slot-scope="scope">
|
72 | 72 | <el-button type="success" icon="el-icon-check" circle
|
73 | 73 | v-if="judgeChannelExist(scope.row.channelCodes,payChannelEnum.ALIPAY_PC.code)"
|
74 |
| - @click="handleUpdateChannel(scope.row,payChannelEnum.ALIPAY_APP.code,payType.ALIPAY)"> |
| 74 | + @click="handleUpdateChannel(scope.row,payChannelEnum.ALIPAY_PC.code,payType.ALIPAY)"> |
75 | 75 | </el-button>
|
76 | 76 | <el-button v-else
|
77 | 77 | type="danger" icon="el-icon-close" circle
|
|
83 | 83 | <template slot-scope="scope">
|
84 | 84 | <el-button type="success" icon="el-icon-check" circle
|
85 | 85 | v-if="judgeChannelExist(scope.row.channelCodes,payChannelEnum.ALIPAY_WAP.code)"
|
86 |
| - @click="handleUpdateChannel(scope.row,payChannelEnum.ALIPAY_APP.code,payType.ALIPAY)"> |
| 86 | + @click="handleUpdateChannel(scope.row,payChannelEnum.ALIPAY_WAP.code,payType.ALIPAY)"> |
87 | 87 | </el-button>
|
88 | 88 | <el-button v-else
|
89 | 89 | type="danger" icon="el-icon-close" circle
|
|
95 | 95 | <template slot-scope="scope">
|
96 | 96 | <el-button type="success" icon="el-icon-check" circle
|
97 | 97 | v-if="judgeChannelExist(scope.row.channelCodes,payChannelEnum.ALIPAY_QR.code)"
|
98 |
| - @click="handleUpdateChannel(scope.row,payChannelEnum.ALIPAY_APP.code,payType.ALIPAY)"> |
| 98 | + @click="handleUpdateChannel(scope.row,payChannelEnum.ALIPAY_QR.code,payType.ALIPAY)"> |
99 | 99 | </el-button>
|
100 | 100 | <el-button v-else
|
101 | 101 | type="danger" icon="el-icon-close" circle
|
|
109 | 109 | <template slot-scope="scope">
|
110 | 110 | <el-button type="success" icon="el-icon-check" circle
|
111 | 111 | v-if="judgeChannelExist(scope.row.channelCodes,payChannelEnum.WX_LITE.code)"
|
112 |
| - @click="handleUpdateChannel(scope.row,payChannelEnum.ALIPAY_APP.code,payType.WECHAT)"> |
| 112 | + @click="handleUpdateChannel(scope.row,payChannelEnum.WX_LITE.code,payType.WECHAT)"> |
113 | 113 | </el-button>
|
114 | 114 | <el-button v-else
|
115 | 115 | type="danger" icon="el-icon-close" circle
|
|
121 | 121 | <template slot-scope="scope">
|
122 | 122 | <el-button type="success" icon="el-icon-check" circle
|
123 | 123 | v-if="judgeChannelExist(scope.row.channelCodes,payChannelEnum.WX_PUB.code)"
|
124 |
| - @click="handleUpdateChannel(scope.row,payChannelEnum.ALIPAY_APP.code,payType.WECHAT)"> |
| 124 | + @click="handleUpdateChannel(scope.row,payChannelEnum.WX_PUB.code,payType.WECHAT)"> |
125 | 125 | </el-button>
|
126 | 126 | <el-button v-else
|
127 | 127 | type="danger" icon="el-icon-close" circle
|
|
133 | 133 | <template slot-scope="scope">
|
134 | 134 | <el-button type="success" icon="el-icon-check" circle
|
135 | 135 | v-if="judgeChannelExist(scope.row.channelCodes,payChannelEnum.WX_APP.code)"
|
136 |
| - @click="handleUpdateChannel(scope.row,payChannelEnum.ALIPAY_APP.code,payType.WECHAT)"> |
| 136 | + @click="handleUpdateChannel(scope.row,payChannelEnum.WX_APP.code,payType.WECHAT)"> |
137 | 137 | </el-button>
|
138 | 138 | <el-button v-else
|
139 | 139 | type="danger" icon="el-icon-close" circle
|
|
0 commit comments