|
@@ -230,7 +230,7 @@ let calcBaseView = {
|
|
|
});
|
|
|
},
|
|
|
|
|
|
- getCalcBaseCellType:function () {
|
|
|
+ getCalcBaseCellType:function (type) {
|
|
|
var ns = GC.Spread.Sheets;
|
|
|
function CalcBaseCellType() {
|
|
|
var init=false;
|
|
@@ -294,7 +294,7 @@ let calcBaseView = {
|
|
|
var imageHeight = hitinfo.cellRect.height-2*imageMagin;
|
|
|
var imageWidth = hitinfo.cellRect.width*2/7;
|
|
|
if(hitinfo.x<offset&&hitinfo.x>offset-imageWidth){
|
|
|
- calcBaseView.initCalctor(calcBaseView.type.bills);
|
|
|
+ calcBaseView.initCalctor(type);
|
|
|
}
|
|
|
}
|
|
|
};
|