| | |
| | | <el-table-column prop="createDate" label="创建时间" min-width="160" align="center"/> |
| | | <el-table-column label="操作" min-width="180" align="center" fixed="right"> |
| | | <template slot-scope="{ row }"> |
| | | <el-button type="text" v-permissions="['business:ywcustomerrecharge:bindDevice']" @click="openDevice(row)">关联设备</el-button> |
| | | <el-button type="text" v-permissions="['business:ywcustomerrecharge:query']" @click="openDevice(row)">关联设备</el-button> |
| | | <el-button type="text" v-permissions="['business:ywcustomerrecharge:recharge']" @click="openRecharge(row)">充值</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | <pagination @size-change="handleSizeChange" @current-change="handlePageChange" :pagination="tableData.pagination"/> |
| | | </template> |
| | | <YwCustomerDeviceWindow ref="deviceWindow" @success="search"/> |
| | | <YwCustomerDeviceWindow ref="deviceWindow"/> |
| | | <YwCustomerRechargeWindow ref="rechargeWindow" @success="search"/> |
| | | </TableLayout> |
| | | </template> |