Commit fe5b3697 by 孙亚楠

d

parent d56d3832
...@@ -60,7 +60,7 @@ class ChannelCtl extends CtlBase { ...@@ -60,7 +60,7 @@ class ChannelCtl extends CtlBase {
if(StatusMap[item.id]){ if(StatusMap[item.id]){
item.handle_name = StatusMap[item.id]['name'] || "处理中"; item.handle_name = StatusMap[item.id]['name'] || "处理中";
}else{ }else{
item.handle_name = "待分配"; item.handle_name = "订单待处理";
} }
} }
return listRes; return listRes;
......
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