From 64dcf4f902dba2d028f30f101d66af2bd4791298 Mon Sep 17 00:00:00 2001 From: zhangsiyu Date: Fri, 15 Sep 2023 10:59:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=B9=E7=AA=97=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tablecmt/tablecmt.vue | 2 +- src/views/basicdata/brand/basicClient.vue | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/tablecmt/tablecmt.vue b/src/components/tablecmt/tablecmt.vue index 67e30fbb..6d5940d4 100644 --- a/src/components/tablecmt/tablecmt.vue +++ b/src/components/tablecmt/tablecmt.vue @@ -635,7 +635,7 @@ function copyContent(content: string) { align-items: center; } -.el-popper{ +.el-table .el-popper{ max-width:20% !important; } diff --git a/src/views/basicdata/brand/basicClient.vue b/src/views/basicdata/brand/basicClient.vue index 0a850305..ba364d99 100644 --- a/src/views/basicdata/brand/basicClient.vue +++ b/src/views/basicdata/brand/basicClient.vue @@ -540,7 +540,10 @@ export default { type: 1, values: '', width: '180', - checkarr: [], + checkarr: [ + {value:false,label:'否'}, + {value:true,label:'是'}, + ], fixed: false, sortable: true, }, @@ -1465,6 +1468,7 @@ export default { // console.log("dzdz",dz); this.page.total = data.total; this.data = data.records; + this.data=this.$functions.newdatas(this.columnList, this.data); this.loading = false; this.selectionClear(); });