Browse Source

多期比较,表头调整

MaiXinRong 7 months ago
parent
commit
dbd045e8fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/public/js/measure_compare.js

+ 1 - 1
app/public/js/measure_compare.js

@@ -185,7 +185,7 @@ const chapterSpreadSetting = {
         {title: '台账金额', colSpan: '1', rowSpan: '1', field: 'total_price', hAlign: 2, width: 80, type: 'Number'},
     ],
     extraCols: [
-        {title: '%s\n金额', colSpan: '1', rowSpan: '1', field: '{%s}_tp{%d}', hAlign: 2, width: 80, type: 'Number', },
+        {title: '%s\n金额', colSpan: '1', rowSpan: '1', field: '{%s}_tp{%d}', hAlign: 2, width: 100, type: 'Number', },
     ],
     specExtraCols: [
         {title: '合计金额', colSpan: '1', rowSpan: '1', field: 'sum_{%s}_tp', hAlign: 2, width: 80, type: 'Number', },