| | |
| | | * @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> |
| | |
| | | :size="size" |
| | | :type="type" |
| | | class="zhengJian-icon" |
| | | v-if="row.hold == 1" |
| | | :disabled="row.hold != 1" |
| | | :title="row.hold != 1 ? '暂无证件或已吊销' : ''" |
| | | @click.stop="handleViewCredentials(row)" |
| | |
| | | :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" |