Commit 3a2e1c44 authored by 徐一鸣's avatar 徐一鸣

云资源运行状态

parent 372d835c
......@@ -507,9 +507,7 @@ export default {
: require("@/assets/imgs/ic_failed.png");
},
getTooltip(item) {
return item.state == 1
? "该工作区域运行中"
: "该工作区域已被禁用";
return item.state == 1 ? "运行中" : "该工作区域已被禁用";
},
},
{
......
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