Commit e5d91a75 authored by 徐一鸣's avatar 徐一鸣

在线区域改为在线状态

parent e2fde649
......@@ -173,7 +173,7 @@
</block-radius>
</el-col>
<el-col :span="24" class="in_block">
<block-radius class="block" :show_header="true" title="应用在线区域统计">
<block-radius class="block" :show_header="true" title="应用在线状态统计">
<single-circle class="block-radius-content" :data="single_data"></single-circle>
</block-radius>
</el-col>
......
......@@ -185,7 +185,7 @@ export default {
"text": "应急领域"
},
{
"name": "在线区域",
"name": "在线状态",
"text": "平台应用"
}
],
......
......@@ -172,7 +172,7 @@ export default {
],
second: [
{
"name": "在线区域",
"name": "在线状态",
"text": ""
},
{
......
......@@ -106,7 +106,7 @@ export default {
this.cardType = 0;
this.otherFilter1 = [
{
name: "在线区域",
name: "在线状态",
prop: "online_state",
data: [
{
......@@ -222,7 +222,7 @@ export default {
align: "center",
},
{
label: "在线区域",
label: "在线状态",
prop: "online_state_name",
align: "center",
},
......@@ -248,7 +248,7 @@ export default {
];
this.otherFilter1 = [
{
name: "在线区域",
name: "在线状态",
prop: "online_state",
data: [
{
......@@ -324,7 +324,7 @@ export default {
align: "center",
},
{
label: "在线区域",
label: "在线状态",
prop: "online_state_name",
align: "center",
},
......@@ -391,7 +391,7 @@ export default {
];
this.otherFilter1 = [
{
name: "在线区域",
name: "在线状态",
prop: "online_state",
data: [
{
......@@ -487,7 +487,7 @@ export default {
];
this.otherFilter1 = [
{
name: "在线区域",
name: "在线状态",
prop: "online_state",
data: [
{
......@@ -546,7 +546,7 @@ export default {
align: "center",
},
{
label: "在线区域",
label: "在线状态",
prop: "online_state_name",
align: "center",
},
......@@ -586,7 +586,7 @@ export default {
];
this.otherFilter1 = [
{
name: "在线区域",
name: "在线状态",
prop: "online_state",
data: [
{
......@@ -658,7 +658,7 @@ export default {
align: "center",
},
{
label: "在线区域",
label: "在线状态",
prop: "online_state_name",
align: "center",
},
......@@ -733,7 +733,7 @@ export default {
];
this.otherFilter1 = [
{
name: "在线区域",
name: "在线状态",
prop: "online_state",
data: [
{
......@@ -820,7 +820,7 @@ export default {
];
this.otherFilter1 = [
{
name: "在线区域",
name: "在线状态",
prop: "online_state",
data: [
{
......@@ -879,7 +879,7 @@ export default {
align: "center",
},
{
label: "在线区域",
label: "在线状态",
prop: "online_state_name",
align: "center",
},
......@@ -919,7 +919,7 @@ export default {
];
this.otherFilter1 = [
{
name: "在线区域",
name: "在线状态",
prop: "online_state",
data: [
{
......@@ -1067,7 +1067,7 @@ export default {
return item.value;
})
.join(",");
} // 在线区域 / 部署来源
} // 在线状态 / 部署来源
if (filter.appTypes) {
params.appTypes = filter.appTypes
.map((item) => {
......
......@@ -14,7 +14,7 @@
"text": "应急领域"
},
{
"name": "在线区域",
"name": "在线状态",
"text": "平台应用"
}
],
......
......@@ -20,7 +20,7 @@
],
"second": [
{
"name": "在线区域",
"name": "在线状态",
"text": "平台应用"
},
{
......
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