shuishen
2021-11-05 d8cb402b82f93279531be6babbb89400a50a178d
src/views/securityGuard/securityGuardDetail.vue
@@ -74,17 +74,17 @@
      </div> -->
      <baoanz :data="obj0" v-if="hold == 1"></baoanz>
      <div v-else style="width: 100%; text-align: center; padding-top: 20px">
        无保安证
        无上岗证
      </div>
    </span>
    <span v-else-if="typeTABS.prop === 'tab5'">
      <securityCertificate :data="obj0" v-if="hold == 1"></securityCertificate>
      <div v-else style="width: 100%; text-align: center; padding-top: 20px">
        无保安证书
        无保安员证
      </div>
    </span>
  </div>
</template>
</template>
<script>
import {
@@ -95,13 +95,11 @@
import {
  addExperience,
  updateExperience,
  getExperienceDetail,
  experienceRemove,
  getExperienceList,
} from "@/api/experience/experience";
import {
  getPerformanceInfo,
  add,
  update,
  getpage,
@@ -141,12 +139,12 @@
          },
          {
            // icon: "el-icon-info",
            label: "保安员证",
            label: "上岗证",
            prop: "tab4",
          },
          {
            // icon: "el-icon-info",
            label: "上岗证",
            label: "保安员证",
            prop: "tab5",
          },
        ],
@@ -579,4 +577,4 @@
.PrintBut {
  margin-top: 15px;
}
</style>
</style>