Commit 51442818 authored by youjie's avatar youjie

no message

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