From f3f138b3490a954f3ddf245311bcfa184e0c4480 Mon Sep 17 00:00:00 2001 From: jjLv <1981429112@qq.com> Date: Mon, 30 Sep 2024 16:04:46 +0800 Subject: [PATCH] =?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 --- .../resources/static/js/sampleAll/sampleAllManage.js | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/main/resources/static/js/sampleAll/sampleAllManage.js b/src/main/resources/static/js/sampleAll/sampleAllManage.js index 5fd484b..b8a9ecf 100644 --- a/src/main/resources/static/js/sampleAll/sampleAllManage.js +++ b/src/main/resources/static/js/sampleAll/sampleAllManage.js @@ -97,18 +97,16 @@ function initTable(dataList, limit, page) { unresize: true, align: "center", templet: function (d) { - return `
${d.sampleTools}
`; + return `
${d.sampleTools}
`; } }, { field: "devCode", - width: 250, + width: 300, title: "样品编号", unresize: true, align: "center", - templet: function (d) { - return `
${d.devCode}
`; - } + }, { field: "customerCode", @@ -116,9 +114,6 @@ function initTable(dataList, limit, page) { title: "样品编码", unresize: true, align: "center", - templet: function (d) { - return `
${d.customerCode}
`; - } }, { field: "devModule",