Admin
2022-11-08 ccaa5f7b43b39e2e875b4f999832675cb87f116a
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>