Commit 51442818 authored by youjie's avatar youjie

no message

parent ba286cf9
...@@ -67,6 +67,7 @@ ...@@ -67,6 +67,7 @@
<a v-if="scope.row.State==1">正常</a> <a v-if="scope.row.State==1">正常</a>
<a v-if="scope.row.State==2">限流</a> <a v-if="scope.row.State==2">限流</a>
<a v-if="scope.row.State==3">封号</a> <a v-if="scope.row.State==3">封号</a>
<a v-if="scope.row.State==4">重启</a>
</span> </span>
</template> </template>
<template v-if="scope.row.Show"> <template v-if="scope.row.Show">
...@@ -240,6 +241,7 @@ ...@@ -240,6 +241,7 @@
{Name:'正常',Id:1}, {Name:'正常',Id:1},
{Name:'限流',Id:2}, {Name:'限流',Id:2},
{Name:'封号',Id:3}, {Name:'封号',Id:3},
{Name:'重启',Id:4},
] ]
}; };
}, },
...@@ -445,6 +447,7 @@ ...@@ -445,6 +447,7 @@
{Name:'正常',Id:1}, {Name:'正常',Id:1},
{Name:'限流',Id:2}, {Name:'限流',Id:2},
{Name:'封号',Id:3}, {Name:'封号',Id:3},
{Name:'重启',Id:4}
] ]
}); });
}; };
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
</el-option> </el-option>
</el-select> </el-select>
</el-col> </el-col>
<el-col :xs="7" :sm="6" :md="5" :lg="4" :xl="3"> <!-- <el-col :xs="7" :sm="6" :md="5" :lg="4" :xl="3">
<span class="font-size-12" style="padding-right: 10px">状态</span> <span class="font-size-12" style="padding-right: 10px">状态</span>
<el-select v-model="msg.State" size="small" placeholder="请选择状态" <el-select v-model="msg.State" size="small" placeholder="请选择状态"
@change="init"> @change="init">
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
:value="item.Id"> :value="item.Id">
</el-option> </el-option>
</el-select> </el-select>
</el-col> </el-col> -->
<el-col :xs="7" :sm="6" :md="5" :lg="4" :xl="3"> <el-col :xs="7" :sm="6" :md="5" :lg="4" :xl="3">
<span class="font-size-12" style="padding-right: 10px">运营人</span> <span class="font-size-12" style="padding-right: 10px">运营人</span>
<el-select <el-select
...@@ -107,6 +107,7 @@ ...@@ -107,6 +107,7 @@
<a v-if="scope.row.State==1" :style="{'text-decoration':!isPermission?'none':''}">正常</a> <a v-if="scope.row.State==1" :style="{'text-decoration':!isPermission?'none':''}">正常</a>
<a v-if="scope.row.State==2" :style="{'text-decoration':!isPermission?'none':''}">限流</a> <a v-if="scope.row.State==2" :style="{'text-decoration':!isPermission?'none':''}">限流</a>
<a v-if="scope.row.State==3" :style="{'text-decoration':!isPermission?'none':''}">封号</a> <a v-if="scope.row.State==3" :style="{'text-decoration':!isPermission?'none':''}">封号</a>
<a v-if="scope.row.State==4" :style="{'text-decoration':!isPermission?'none':''}">重启</a>
</span> </span>
</template> </template>
<template v-if="scope.row.Show"> <template v-if="scope.row.Show">
...@@ -228,6 +229,7 @@ ...@@ -228,6 +229,7 @@
<a v-if="scope.row.State==1" :style="{'text-decoration':!isPermission?'none':''}">正常</a> <a v-if="scope.row.State==1" :style="{'text-decoration':!isPermission?'none':''}">正常</a>
<a v-if="scope.row.State==2" :style="{'text-decoration':!isPermission?'none':''}">限流</a> <a v-if="scope.row.State==2" :style="{'text-decoration':!isPermission?'none':''}">限流</a>
<a v-if="scope.row.State==3" :style="{'text-decoration':!isPermission?'none':''}">封号</a> <a v-if="scope.row.State==3" :style="{'text-decoration':!isPermission?'none':''}">封号</a>
<a v-if="scope.row.State==4" :style="{'text-decoration':!isPermission?'none':''}">重启</a>
</span> </span>
</template> </template>
<template v-if="scope.row.Show"> <template v-if="scope.row.Show">
...@@ -319,6 +321,7 @@ ...@@ -319,6 +321,7 @@
<a v-if="scope.row.State==1" :style="{'text-decoration':!isPermission?'none':''}">正常</a> <a v-if="scope.row.State==1" :style="{'text-decoration':!isPermission?'none':''}">正常</a>
<a v-if="scope.row.State==2" :style="{'text-decoration':!isPermission?'none':''}">限流</a> <a v-if="scope.row.State==2" :style="{'text-decoration':!isPermission?'none':''}">限流</a>
<a v-if="scope.row.State==3" :style="{'text-decoration':!isPermission?'none':''}">封号</a> <a v-if="scope.row.State==3" :style="{'text-decoration':!isPermission?'none':''}">封号</a>
<a v-if="scope.row.State==4" :style="{'text-decoration':!isPermission?'none':''}">重启</a>
</span> </span>
</template> </template>
<template v-if="scope.row.Show"> <template v-if="scope.row.Show">
...@@ -764,6 +767,7 @@ ...@@ -764,6 +767,7 @@
{Name:'正常',Id:1}, {Name:'正常',Id:1},
{Name:'限流',Id:2}, {Name:'限流',Id:2},
{Name:'封号',Id:3}, {Name:'封号',Id:3},
{Name:'重启',Id:4},
], ],
layerDepartMentList:[], layerDepartMentList:[],
departMentList:[], departMentList:[],
...@@ -824,7 +828,7 @@ ...@@ -824,7 +828,7 @@
PlatformType: 1, PlatformType: 1,
ModuleTypeIds:[], ModuleTypeIds:[],
DeptId: '0', DeptId: '0',
State: '0', // State: '0',
UpdateBy: '0' UpdateBy: '0'
}, },
form:{ form:{
...@@ -1162,7 +1166,7 @@ ...@@ -1162,7 +1166,7 @@
PlatformType: this.msg.PlatformType, PlatformType: this.msg.PlatformType,
ModuleTypeIds: EmpIds.join(',')!==''?EmpIds.join(','):'', ModuleTypeIds: EmpIds.join(',')!==''?EmpIds.join(','):'',
DeptId: this.msg.DeptId, DeptId: this.msg.DeptId,
State: this.msg.State, // State: this.msg.State,
UpdateBy: this.msg.UpdateBy UpdateBy: this.msg.UpdateBy
}, },
(res) => { (res) => {
...@@ -1175,6 +1179,7 @@ ...@@ -1175,6 +1179,7 @@
{Name:'正常',Id:1}, {Name:'正常',Id:1},
{Name:'限流',Id:2}, {Name:'限流',Id:2},
{Name:'封号',Id:3}, {Name:'封号',Id:3},
{Name:'重启',Id:4},
] ]
}); });
}; };
...@@ -1229,7 +1234,7 @@ ...@@ -1229,7 +1234,7 @@
PlatformType: this.msg.PlatformType, PlatformType: this.msg.PlatformType,
ModuleTypeIds:this.msg.ModuleTypeIds?this.msg.ModuleTypeIds.join(','):'', ModuleTypeIds:this.msg.ModuleTypeIds?this.msg.ModuleTypeIds.join(','):'',
DeptId: this.msg.DeptId, DeptId: this.msg.DeptId,
State: this.msg.State, // State: this.msg.State,
UpdateBy: this.msg.UpdateBy UpdateBy: this.msg.UpdateBy
}, `${name}.xls`, (res) => { }, `${name}.xls`, (res) => {
this.$message({ this.$message({
......
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