保安监管系统-验收版本
+
liuyg
2021-12-01 16be989c7e247fdaf29ef145218cc0afe80e6b47
+
1 files modified
5 ■■■■■ changed files
src/views/securityGuardManagement/register.vue 5 ●●●●● patch | view | raw | blame | history
src/views/securityGuardManagement/register.vue
@@ -2,7 +2,7 @@
 * @Author: Morpheus
 * @Date: 2021-07-05 16:31:54
 * @Last Modified by: liu
 * @Last Modified time: 2021-11-25 09:42:36
 * @Last Modified time: 2021-11-30 15:01:25
 * menu-name 保安员注册查询
 */
<template>
@@ -103,6 +103,7 @@
                :size="size"
                :type="type"
                class="zhengJian-icon"
                v-if="row.hold == 1"
                :disabled="row.hold != 1"
                :title="row.hold != 1 ? '暂无证件或已吊销' : ''"
                @click.stop="handleViewCredentials(row)"
@@ -114,7 +115,7 @@
                :size="size"
                :type="type"
                class="zhengJian-icon"
                v-if="row.hold != 3"
                v-if="row.hold != 3 && row.hold != 2"
                @click.stop="handleCredentials(row)"
                :title="row.hold == 2 ? '暂无证件' : ''"
                :disabled="row.hold == 2"