|
@@ -33,6 +33,11 @@ let MainTreeCol = {
|
|
|
let programID = node.data.programID;
|
|
|
if (!programID) return
|
|
|
else return projectObj.project.calcProgram.compiledTemplateMaps[programID];
|
|
|
+ },
|
|
|
+ calcBase: function (node) {
|
|
|
+ if (node.data.calcBase && node.data.calcBase != ""){
|
|
|
+ return cbParser.toFExpr(node.data.calcBase);
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
readOnly: {
|