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

应用列表筛选字段统一

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