Commit 18199f81 authored by 徐一鸣's avatar 徐一鸣

Merge branch 'xym' into dev

parents e303146f 5b925346
...@@ -539,15 +539,10 @@ export default { ...@@ -539,15 +539,10 @@ export default {
{ {
label: "审批", label: "审批",
callback: this.approvalItem, callback: this.approvalItem,
disabledRule(item) { /* disabledRule(item) {
return item.service_apply_info.approval_status === 1; return item.service_apply_info.approval_status === 1;
}, }, */
}, },
/* {
label: "删除",
class: "warn",
callback: this.deleteItem,
}, */
], ],
}, },
]; ];
...@@ -812,15 +807,10 @@ export default { ...@@ -812,15 +807,10 @@ export default {
{ {
label: "审批", label: "审批",
callback: this.approvalItem, callback: this.approvalItem,
disabledRule(item) { /* disabledRule(item) {
return item.service_apply_info.approval_status === 1; return item.service_apply_info.approval_status === 1;
}, }, */
}, }
/* {
label: "删除",
class: "warn",
callback: this.deleteItem,
}, */
], ],
}, },
]; ];
......
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