From bed6bacb26e0b05c77be9f295342112fcc665130 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 23 Aug 2021 15:23:36 +0800
Subject: [PATCH] 保安公司 点击数量跳转 到该公司保安人员保安公司详情 添加营业执照,许可证,社保记录
---
src/views/securityGuard/securityGuard.vue | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/src/views/securityGuard/securityGuard.vue b/src/views/securityGuard/securityGuard.vue
index 8479eab..a8d09b0 100644
--- a/src/views/securityGuard/securityGuard.vue
+++ b/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,
--
Gitblit v1.9.3