From 6bdef23acae956f9b8b418457df25f16f1561d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E7=81=BF?= <2669958319@qq.com> Date: Wed, 31 Dec 2025 21:41:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/src/main/resources/rawfile/vtable_util.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/library/src/main/resources/rawfile/vtable_util.js b/library/src/main/resources/rawfile/vtable_util.js index 8af958c..e245ad6 100644 --- a/library/src/main/resources/rawfile/vtable_util.js +++ b/library/src/main/resources/rawfile/vtable_util.js @@ -187,7 +187,12 @@ function unmergeCells(startCol, startRow, endCol, endRow) { } // 自定义渲染 function customRender(startCol, startRow, endCol, endRow, id,style) { + const newcolumn = { + ...optionTemp.columns[2], + width: 100, + } console.log("=====> customRender",JSON.stringify(optionTemp.columns[2])) + console.log("=====> customRender",JSON.stringify(newcolumn)) const styleObj = { borderColor:style, borderLineWidth:4 -- Gitee