src/views/enterprise/basic.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/enterprise/basic.vue
@@ -183,7 +183,7 @@ </template> </template> </el-table-column> <el-table-column v-if="userType === 1" label="是否注销" prop="loginvalidflag" align="center"> <el-table-column v-if="isSupervision==='null'" label="是否注销" prop="loginvalidflag" align="center"> <template slot-scope="scope"> <span v-if="scope.row.loginvalidflag == null || scope.row.loginvalidflag ">有效</span> <span v-else @click="recoverLogin(scope.row.id)" style="color: red;cursor: pointer">注销</span>