|
@@ -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) {
|