Commit 99e91438 by qiaoyanqi

详情可用按钮加参数

parent 346986cb
...@@ -1249,7 +1249,8 @@ export default { ...@@ -1249,7 +1249,8 @@ export default {
}, },
"description": "", "description": "",
"title": "查看详情[showDetailAction]", "title": "查看详情[showDetailAction]",
"value": "showDetailAction" "value": "showDetailAction",
"alwaysUse":true
}, },
{ {
"discard": false, "discard": false,
...@@ -1521,7 +1522,8 @@ export default { ...@@ -1521,7 +1522,8 @@ export default {
}, },
"description": "", "description": "",
"title": "编辑常用审批意见", "title": "编辑常用审批意见",
"value": "approvalEditModalOpen" "value": "approvalEditModalOpen",
"alwaysUse":true
}, },
{ {
"discard": false, "discard": false,
...@@ -1583,7 +1585,8 @@ export default { ...@@ -1583,7 +1585,8 @@ export default {
}, },
"description": "", "description": "",
"title": "添加常用审批意见", "title": "添加常用审批意见",
"value": "approvalMessageAdd" "value": "approvalMessageAdd",
"alwaysUse":true
}, },
{ {
"discard": false, "discard": false,
......
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