Commit 60cdde2a authored by 徐一鸣's avatar 徐一鸣

服务管理上下架操作

parent 3d5c4c96
...@@ -284,7 +284,7 @@ export default { ...@@ -284,7 +284,7 @@ export default {
class: "warn", class: "warn",
disabledRule(item) { disabledRule(item) {
// 只有下架状态可以删除 // 只有下架状态可以删除
return item.state !== 1; return item.state !== 0;
}, },
}, },
], ],
......
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