mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-15 15:28:41 +08:00
优化余额支付订单
This commit is contained in:
@@ -46,6 +46,15 @@
|
||||
>批量修改站点</el-button
|
||||
>
|
||||
</el-col>
|
||||
<el-button
|
||||
type="primary"
|
||||
plain
|
||||
icon="el-icon-plus"
|
||||
size="mini"
|
||||
@click="handleAdd"
|
||||
v-hasPermi="['pile:basic:batchAdd']"
|
||||
>批量新增</el-button
|
||||
>
|
||||
</el-row>
|
||||
|
||||
<el-table
|
||||
@@ -305,6 +314,14 @@ export default {
|
||||
this.queryParams.pageNum = 1;
|
||||
this.getPileList();
|
||||
},
|
||||
/** 新增按钮操作 */
|
||||
handleAdd() {
|
||||
this.reset();
|
||||
this.getMerchantList();
|
||||
this.title = "批量添加设备";
|
||||
this.open = true;
|
||||
this.getModelList();
|
||||
},
|
||||
/** 重置按钮操作 */
|
||||
resetQuery() {
|
||||
this.queryParams = {
|
||||
|
||||
Reference in New Issue
Block a user