Commit 4000dd65 authored by 徐一鸣's avatar 徐一鸣

移除服务审批管理的删除功能

parent f94d00c6
...@@ -542,11 +542,11 @@ export default { ...@@ -542,11 +542,11 @@ export default {
return item.service_apply_info.approval_status === 1; return item.service_apply_info.approval_status === 1;
}, },
}, },
{ /* {
label: "删除", label: "删除",
class: "warn", class: "warn",
callback: this.deleteItem, callback: this.deleteItem,
}, }, */
], ],
}, },
]; ];
...@@ -585,7 +585,7 @@ export default { ...@@ -585,7 +585,7 @@ export default {
}, },
]; ];
} }
// TODO:组织管理员 --- 云资源管理 // TODO: 组织管理员 --- 云资源管理
else if (level == 1 && type == 2) { else if (level == 1 && type == 2) {
this.listUrl = "xxxxxx"; this.listUrl = "xxxxxx";
this.listHeader = [ this.listHeader = [
...@@ -815,11 +815,11 @@ export default { ...@@ -815,11 +815,11 @@ export default {
return item.service_apply_info.approval_status === 1; return item.service_apply_info.approval_status === 1;
}, },
}, },
{ /* {
label: "删除", label: "删除",
class: "warn", class: "warn",
callback: this.deleteItem, callback: this.deleteItem,
}, }, */
], ],
}, },
]; ];
...@@ -858,7 +858,7 @@ export default { ...@@ -858,7 +858,7 @@ export default {
}, },
]; ];
} }
// TODO:超级管理员 --- 云资源管理 // TODO: 超级管理员 --- 云资源管理
else if (level == 2 && type == 2) { else if (level == 2 && type == 2) {
this.listUrl = "xxxxxx"; this.listUrl = "xxxxxx";
this.listHeader = [ this.listHeader = [
......
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