From 2f0ade35ec9107f94c153057b207e4f21e9a29b0 Mon Sep 17 00:00:00 2001 From: zhy <luhan1008611> Date: 星期三, 25 十月 2023 17:31:33 +0800 Subject: [PATCH] Merge branch 'master' of http://116.198.39.83:7111/r/xxjProject/low-consum-manage --- admin-web/src/components/myTable/myTableV2.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/admin-web/src/components/myTable/myTableV2.vue b/admin-web/src/components/myTable/myTableV2.vue index 47b61b2..faeb6c2 100644 --- a/admin-web/src/components/myTable/myTableV2.vue +++ b/admin-web/src/components/myTable/myTableV2.vue @@ -97,6 +97,7 @@ :label="column.title" :type="column.type" :width="column.width" + :fixed="column.fixed" :min-width="column.minWidth" :align="column.align" :header-align="column.align" @@ -364,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 -- Gitblit v1.9.1