|
@@ -29,6 +29,7 @@ const billsSpreadSetting = {
|
|
|
font: '12px 微软雅黑',
|
|
|
defaultRowHeight: 21,
|
|
|
readOnly: true,
|
|
|
+ selectedBackColor: '#fffacd',
|
|
|
};
|
|
|
const posSpreadSetting = {
|
|
|
baseCols: [
|
|
@@ -46,6 +47,7 @@ const posSpreadSetting = {
|
|
|
headerFont: '12px 微软雅黑',
|
|
|
font: '12px 微软雅黑',
|
|
|
readOnly: true,
|
|
|
+ selectedBackColor: '#fffacd',
|
|
|
};
|
|
|
function initSpreadSettingWithRoles(compareRoles) {
|
|
|
function setSpreadSettingCols(setting, fieldSufs, Roles) {
|