From 1349bf26ae37602f8ab6e20b96a7092ff8b40d4b Mon Sep 17 00:00:00 2001 From: jjLv <1981429112@qq.com> Date: Mon, 30 Sep 2024 13:50:24 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D,=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/js/sampleAll/sampleAllManage.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/static/js/sampleAll/sampleAllManage.js b/src/main/resources/static/js/sampleAll/sampleAllManage.js index 6363cba..5fd484b 100644 --- a/src/main/resources/static/js/sampleAll/sampleAllManage.js +++ b/src/main/resources/static/js/sampleAll/sampleAllManage.js @@ -102,7 +102,7 @@ function initTable(dataList, limit, page) { }, { field: "devCode", - // width: 150, + width: 250, title: "样品编号", unresize: true, align: "center", @@ -112,7 +112,7 @@ function initTable(dataList, limit, page) { }, { field: "customerCode", - // width: 150, + width: 200, title: "样品编码", unresize: true, align: "center", @@ -122,7 +122,7 @@ function initTable(dataList, limit, page) { }, { field: "devModule", - // width: 150, + // width: 200, title: "样品规格", unresize: true, align: "center",