Explorar o código

名称列宽度可调

MaiXinRong %!s(int64=5) %!d(string=hai) anos
pai
achega
29d62ef537
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/public/report/js/rpt_custom.js

+ 1 - 0
app/public/report/js/rpt_custom.js

@@ -188,6 +188,7 @@ const rptCustomObj = (function () {
         grSpreadSetting.cols = [];
         for (const bc of grSpreadSetting.baseCols) {
             grSpreadSetting.cols.push(bc);
+            if (bc.field === 'name') bc.width = gsSetting.nameColWidth ? gsSetting.nameColWidth : 180;
         }
         if (gsSetting.special) {
             for (const s of gsSetting.special) {