优化余额支付订单

This commit is contained in:
2023-09-28 16:48:24 +08:00
parent 8153b60610
commit 1bb9efc745
4 changed files with 88 additions and 455 deletions

View File

@@ -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 = {