Commit 5b925346 authored by 徐一鸣's avatar 徐一鸣

我的服务调整

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