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