From 13b0bad30ef1df53492cbab1c1b99dfc02dee63f Mon Sep 17 00:00:00 2001 From: haoyahui <2032914783@qq.com> Date: 星期二, 21 十一月 2023 17:51:16 +0800 Subject: [PATCH] 台账管理,盘点任务开发 --- admin-web/src/components/myTable/myTableV2.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/admin-web/src/components/myTable/myTableV2.vue b/admin-web/src/components/myTable/myTableV2.vue index faeb6c2..6afb0f1 100644 --- a/admin-web/src/components/myTable/myTableV2.vue +++ b/admin-web/src/components/myTable/myTableV2.vue @@ -365,7 +365,7 @@ */ search(param) { this.$nextTick(() => { - // this.myTable.loading = true + this.myTable.loading = true const params = Object.assign({}, this.filter) if(this.myTable.paging.show){ params.pageSize = this.myTable.paging.page.pageSize @@ -628,6 +628,8 @@ color: #303133; font-weight: 700; margin-top: 10px; + display: flex; + justify-content: flex-end; } .el-radio { margin-right: 10px; -- Gitblit v1.9.1