From d417500e31da04b041135f303a504f48cddf9821 Mon Sep 17 00:00:00 2001 From: jishenghua <752718920@qq.com> Date: Wed, 9 Oct 2024 01:07:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=8D=95=E6=8D=AE=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E7=95=8C=E9=9D=A2=E7=9A=84=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/dialog/BillDetail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jshERP-web/src/views/bill/dialog/BillDetail.vue b/jshERP-web/src/views/bill/dialog/BillDetail.vue index 44ae98c3c..9295d8c6c 100644 --- a/jshERP-web/src/views/bill/dialog/BillDetail.vue +++ b/jshERP-web/src/views/bill/dialog/BillDetail.vue @@ -1580,10 +1580,10 @@ let realScreenWidth = window.screen.width this.width = realScreenWidth<1500?'1200px':'1600px' this.tableWidth = { - 'width': realScreenWidth<1500?'1150px':'1700px' + 'width': '100%' } this.tableWidthRetail = { - 'width': realScreenWidth<1500?'800px':'1200px' + 'width': '100%' } }, methods: {