Commit 3619318e authored by 徐一鸣's avatar 徐一鸣

服务管理上下架操作

parent 60cdde2a
......@@ -1081,7 +1081,7 @@ export default {
class: "warn",
callback: this.deleteItem,
disabledRule(item) {
// 只有非下架状态可以删除(上架,下架审核中)
// 只有非下架状态可以删除(上架,下架审核中)
return item.state == 1 || item.state == 3;
},
},
......
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