changes
This commit is contained in:
@@ -462,31 +462,31 @@ const getMenu = function () {
|
||||
};
|
||||
var selectTab = getMenu()[0];
|
||||
var datatype = store.datatype;
|
||||
var current = 1;
|
||||
var value1 = undefined;
|
||||
var value2 = undefined;
|
||||
// var current = 1;
|
||||
// var value1 = undefined;
|
||||
// var value2 = undefined;
|
||||
const moneyunit = store.moneyunit;
|
||||
const radioType = store.datatype.find((v) => v.code === currentField.format);
|
||||
var selectUnit = currentField.format === "number" ? moneyunit.find((v) => v.detail === currentField.unit) : undefined;
|
||||
var bgcolor = undefined;
|
||||
var radioBGcolor = colorchoice.find((v) => v.code === "none");
|
||||
var color = undefined;
|
||||
var radioColor = colorchoice.find((v) => v.code === "none");
|
||||
var textsize = undefined;
|
||||
var radioSize = colorchoice.find((v) => v.code === "none");
|
||||
// var selectUnit = currentField.format === "number" ? moneyunit.find((v) => v.detail === currentField.unit) : undefined;
|
||||
// var bgcolor = undefined;
|
||||
// var radioBGcolor = colorchoice.find((v) => v.code === "none");
|
||||
// var color = undefined;
|
||||
// var radioColor = colorchoice.find((v) => v.code === "none");
|
||||
// var textsize = undefined;
|
||||
// var radioSize = colorchoice.find((v) => v.code === "none");
|
||||
var minwidth = undefined;
|
||||
var radioWidth = colorchoice.find((v) => v.code === "none");
|
||||
var radioMaxWidth = colorchoice.find((v) => v.code === "none");
|
||||
// var radioWidth = colorchoice.find((v) => v.code === "none");
|
||||
// var radioMaxWidth = colorchoice.find((v) => v.code === "none");
|
||||
var maxwidth = undefined;
|
||||
var selectAlign = undefined;
|
||||
var radioAlign = colorchoice.find((v) => v.code === "none");
|
||||
// var selectAlign = undefined;
|
||||
// var radioAlign = colorchoice.find((v) => v.code === "none");
|
||||
var radioTemplate = ref(colorchoice.find((v) => v.code === (currentField.template ? "option" : "none"))["code"]);
|
||||
var selectPlacement = store.placement.find((v) => v.code === "is-right");
|
||||
var selectScheme = store.colorscheme.find((v) => v.code === "is-primary");
|
||||
var radioTooltip = store.colorchoice.find((v) => v.code === "none");
|
||||
var selectField = undefined;
|
||||
var tags = currentField.tags ? currentField.tags.map((v) => fields.find((x) => x.name === v)) : [];
|
||||
var formula = currentField.formula ? currentField.formula : undefined;
|
||||
// var selectPlacement = store.placement.find((v) => v.code === "is-right");
|
||||
// var selectScheme = store.colorscheme.find((v) => v.code === "is-primary");
|
||||
// var radioTooltip = store.colorchoice.find((v) => v.code === "none");
|
||||
// var selectField = undefined;
|
||||
// var tags = currentField.tags ? currentField.tags.map((v) => fields.find((x) => x.name === v)) : [];
|
||||
// var formula = currentField.formula ? currentField.formula : undefined;
|
||||
var decimal = currentField.decimal;
|
||||
let shortmenu = store.menuchoice.filter((x) =>
|
||||
currentField.format === "number"
|
||||
|
||||
Reference in New Issue
Block a user