|
@@ -55,6 +55,7 @@ const withCl = {
|
|
|
emptyRows: 3,
|
|
|
headRows: 2,
|
|
|
headRowHeight: [25, 25],
|
|
|
+ headColWidth: [30],
|
|
|
defaultRowHeight: 21,
|
|
|
headerFont: '12px 微软雅黑',
|
|
|
font: '12px 微软雅黑',
|
|
@@ -93,6 +94,7 @@ const withoutCl = {
|
|
|
emptyRows: 3,
|
|
|
headRows: 1,
|
|
|
headRowHeight: [32],
|
|
|
+ headColWidth: [30],
|
|
|
defaultRowHeight: 21,
|
|
|
headerFont: '12px 微软雅黑',
|
|
|
font: '12px 微软雅黑',
|
|
@@ -215,6 +217,7 @@ const stageTz = {
|
|
|
emptyRows: 3,
|
|
|
headRows: 2,
|
|
|
headRowHeight: [25, 25],
|
|
|
+ headColWidth: [30],
|
|
|
defaultRowHeight: 21,
|
|
|
headerFont: '12px 微软雅黑',
|
|
|
font: '12px 微软雅黑',
|
|
@@ -284,6 +287,7 @@ const stageCl = {
|
|
|
emptyRows: 20,
|
|
|
headRows: 2,
|
|
|
headRowHeight: [25, 25],
|
|
|
+ headColWidth: [30],
|
|
|
defaultRowHeight: 21,
|
|
|
headerFont: '12px 微软雅黑',
|
|
|
font: '12px 微软雅黑',
|
|
@@ -349,6 +353,7 @@ const stageNoCl = {
|
|
|
emptyRows: 20,
|
|
|
headRows: 2,
|
|
|
headRowHeight: [25, 25],
|
|
|
+ headColWidth: [30],
|
|
|
defaultRowHeight: 21,
|
|
|
headerFont: '12px 微软雅黑',
|
|
|
font: '12px 微软雅黑',
|
|
@@ -385,6 +390,7 @@ const stageGather = {
|
|
|
emptyRows: 0,
|
|
|
headRows: 2,
|
|
|
headRowHeight: [25, 25],
|
|
|
+ headColWidth: [30],
|
|
|
defaultRowHeight: 21,
|
|
|
headerFont: '12px 微软雅黑',
|
|
|
font: '12px 微软雅黑',
|
|
@@ -411,6 +417,7 @@ const stageGather = {
|
|
|
emptyRows: 0,
|
|
|
headRows: 2,
|
|
|
headRowHeight: [25, 25],
|
|
|
+ headColWidth: [30],
|
|
|
defaultRowHeight: 21,
|
|
|
headerFont: '12px 微软雅黑',
|
|
|
font: '12px 微软雅黑',
|
|
@@ -449,6 +456,7 @@ const stageCompare = {
|
|
|
emptyRows: 3,
|
|
|
headRows: 1,
|
|
|
headRowHeight: [32],
|
|
|
+ headColWidth: [30],
|
|
|
defaultRowHeight: 21,
|
|
|
headerFont: '12px 微软雅黑',
|
|
|
font: '12px 微软雅黑',
|
|
@@ -472,6 +480,7 @@ measure.gather.billsSpread = {
|
|
|
emptyRows: 0,
|
|
|
headRows: 1,
|
|
|
headRowHeight: [32],
|
|
|
+ headColWidth: [30],
|
|
|
defaultRowHeight: 21,
|
|
|
headerFont: '12px 微软雅黑',
|
|
|
font: '12px 微软雅黑',
|
|
@@ -498,6 +507,7 @@ measure.compare.pos = {
|
|
|
emptyRows: 3,
|
|
|
headRows: 1,
|
|
|
headRowHeight: [32],
|
|
|
+ headColWidth: [30],
|
|
|
defaultRowHeight: 21,
|
|
|
headerFont: '12px 微软雅黑',
|
|
|
font: '12px 微软雅黑',
|