Commit b01545e1 by yangchen

新增按钮组参数

parent faf6d847
...@@ -128,10 +128,13 @@ export default { ...@@ -128,10 +128,13 @@ export default {
"extends": { "extends": {
"config": [ "config": [
{ {
"key": "btnName", "key": "formulas.display",
"type": "String", "type": "formula",
"title": "按钮名称" "title": "控件是否展示",
} "configFormula": true,
"disableSwitch": false,
"formulas.display": true
}
] ]
}, },
"value": "buttonGroupControl", "value": "buttonGroupControl",
...@@ -532,6 +535,12 @@ export default { ...@@ -532,6 +535,12 @@ export default {
"path": "单据/通用", "path": "单据/通用",
"title": "单据公式执行扩展", "title": "单据公式执行扩展",
"value": "bill.BasicExtend.formulaSecond" "value": "bill.BasicExtend.formulaSecond"
},
{
"discard": true,
"path": "单据/通用",
"title": "单据执行扩展(不保存单据)",
"value": "bill.BasicExtend.formulaThree"
} }
], ],
queryAction: [ 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