src/views/securityGuard/securityGuard.vue
@@ -130,7 +130,7 @@
              :type="type"
              v-if="permission.securityGuard_check"
              @click.stop="rowCheck(row)"
              >审查异常标记
              >异常
            </el-button>
          </template>
@@ -139,9 +139,12 @@
            <el-tag v-if="row.sex == 2">女</el-tag>
          </template>
          <template slot-scope="{ row }" slot="deptId">
            <el-tag class="rowClickSelf" @click="rowClickSelf(row.deptId)">{{
              row.$deptId
            }}</el-tag>
            <el-tag
              class="rowClickSelf"
              title="点击查看所属公司情况"
              @click="rowClickSelf(row.deptId)"
              >{{ row.$deptId }}</el-tag
            >
          </template>
          <template slot-scope="{ row }" slot="tenantName">
            <el-tag>{{ row.tenantName }}</el-tag>
@@ -394,11 +397,12 @@
        searchMenuSpan: 6,
        stripe: true,
        border: true,
        delBtn: false,
        align: "center",
        index: true,
        delBtnText: "注销",
        menuWidth: 276,
        menuWidth: 271,
        selection: true,
        viewBtn: true,
        defaultExpandAll: true,