Commit 804a4fb7 authored by 徐一鸣's avatar 徐一鸣

服务管理增加新的状态

parent 58f39301
......@@ -260,7 +260,7 @@ export default {
},
{
getLabel(item) {
return ["申请上架", "申请下架", "审核中"][item.state] || "-";
return ["申请上架", "申请下架", "审核中", "审核中"][item.state] || "-";
},
callback(item) {
if (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