Commit 034b2849 authored by 徐一鸣's avatar 徐一鸣

应用列表筛选字段统一

parent 723f4d83
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
this.cardType = 0; this.cardType = 0;
this.otherFilter1 = [ this.otherFilter1 = [
{ {
name: "在线状态", name: "在线区域",
prop: "online_state", prop: "online_state",
data: [ data: [
{ {
...@@ -165,7 +165,7 @@ export default { ...@@ -165,7 +165,7 @@ export default {
prop: "online_state", prop: "online_state",
data: [ data: [
{ {
name: "应用商店", name: "平台应用",
value: 0, value: 0,
}, },
{ {
...@@ -320,7 +320,7 @@ export default { ...@@ -320,7 +320,7 @@ export default {
align: "center", align: "center",
}, },
{ {
label: "在线状态", label: "在线区域",
prop: "online_state_name", prop: "online_state_name",
align: "center", align: "center",
}, },
...@@ -387,7 +387,7 @@ export default { ...@@ -387,7 +387,7 @@ export default {
]; ];
this.otherFilter1 = [ this.otherFilter1 = [
{ {
name: "在线状态", name: "在线区域",
prop: "online_state", prop: "online_state",
data: [ data: [
{ {
...@@ -483,7 +483,7 @@ export default { ...@@ -483,7 +483,7 @@ export default {
]; ];
this.otherFilter1 = [ this.otherFilter1 = [
{ {
name: "在线状态", name: "在线区域",
prop: "online_state", prop: "online_state",
data: [ data: [
{ {
...@@ -582,11 +582,11 @@ export default { ...@@ -582,11 +582,11 @@ export default {
]; ];
this.otherFilter1 = [ this.otherFilter1 = [
{ {
name: "在线状态", name: "在线区域",
prop: "online_state", prop: "online_state",
data: [ data: [
{ {
name: "应用商店", name: "平台应用",
value: 2, value: 2,
}, },
{ {
...@@ -654,7 +654,7 @@ export default { ...@@ -654,7 +654,7 @@ export default {
align: "center", align: "center",
}, },
{ {
label: "在线状态", label: "在线区域",
prop: "online_state_name", prop: "online_state_name",
align: "center", align: "center",
}, },
...@@ -729,7 +729,7 @@ export default { ...@@ -729,7 +729,7 @@ export default {
]; ];
this.otherFilter1 = [ this.otherFilter1 = [
{ {
name: "在线状态", name: "在线区域",
prop: "online_state", prop: "online_state",
data: [ data: [
{ {
...@@ -816,7 +816,7 @@ export default { ...@@ -816,7 +816,7 @@ export default {
]; ];
this.otherFilter1 = [ this.otherFilter1 = [
{ {
name: "在线状态", name: "在线区域",
prop: "online_state", prop: "online_state",
data: [ data: [
{ {
...@@ -1063,7 +1063,7 @@ export default { ...@@ -1063,7 +1063,7 @@ export default {
return item.value; return item.value;
}) })
.join(","); .join(",");
} // 在线状态 / 部署来源 / 在线区域 } // 在线区域 / 部署来源
if (filter.appTypes) { if (filter.appTypes) {
params.appTypes = filter.appTypes params.appTypes = filter.appTypes
.map((item) => { .map((item) => {
...@@ -1170,7 +1170,7 @@ export default { ...@@ -1170,7 +1170,7 @@ export default {
} else { } else {
this.dialogInfo.title = "删除提示"; this.dialogInfo.title = "删除提示";
this.dialogInfo.msg = this.dialogInfo.msg =
"您需要先进行应用商店下架申请,应用处于下架状态时才能进行删除操作。"; "您需要先进行平台应用下架申请,应用处于下架状态时才能进行删除操作。";
this.dialogInfo.cancelText = ""; this.dialogInfo.cancelText = "";
this.dialogInfo.sunbmitText = ""; this.dialogInfo.sunbmitText = "";
this.dialogInfo.submit = () => { this.dialogInfo.submit = () => {
......
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