|
|
@@ -631,9 +631,18 @@
|
|
|
"isshow": true,
|
|
|
"children": [
|
|
|
{
|
|
|
+ "code": "plan_btn_add",
|
|
|
+ "title": "新增",
|
|
|
+ "sort": 1,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
"code": "plan_uncommitted_recommit",
|
|
|
"title": "重新提交",
|
|
|
- "sort": 1,
|
|
|
+ "sort": 2,
|
|
|
"type": 2,
|
|
|
"rulekey": "",
|
|
|
"isshow": true,
|
|
|
@@ -642,7 +651,16 @@
|
|
|
{
|
|
|
"code": "plan_uncommitted_modify",
|
|
|
"title": "修改",
|
|
|
- "sort": 2,
|
|
|
+ "sort": 3,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "plan_uncommitted_delete",
|
|
|
+ "title": "删除",
|
|
|
+ "sort": 4,
|
|
|
"type": 2,
|
|
|
"rulekey": "",
|
|
|
"isshow": true,
|
|
|
@@ -666,6 +684,15 @@
|
|
|
"rulekey": "",
|
|
|
"isshow": true,
|
|
|
"children": []
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code": "plan_audit_cancel",
|
|
|
+ "title": "撤销",
|
|
|
+ "sort": 3,
|
|
|
+ "type": 2,
|
|
|
+ "rulekey": "",
|
|
|
+ "isshow": true,
|
|
|
+ "children": []
|
|
|
}
|
|
|
]
|
|
|
},
|