Commit b01545e1 by yangchen

新增按钮组参数

parent faf6d847
......@@ -128,10 +128,13 @@ export default {
"extends": {
"config": [
{
"key": "btnName",
"type": "String",
"title": "按钮名称"
}
"key": "formulas.display",
"type": "formula",
"title": "控件是否展示",
"configFormula": true,
"disableSwitch": false,
"formulas.display": true
}
]
},
"value": "buttonGroupControl",
......@@ -532,6 +535,12 @@ export default {
"path": "单据/通用",
"title": "单据公式执行扩展",
"value": "bill.BasicExtend.formulaSecond"
},
{
"discard": true,
"path": "单据/通用",
"title": "单据执行扩展(不保存单据)",
"value": "bill.BasicExtend.formulaThree"
}
],
queryAction: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment