From fb591d893e7cdeb3efea4678cf99bf14baf6733e Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 03 Sep 2021 17:30:57 +0800
Subject: [PATCH] 营业执照 许可证 可删除 解决单位信息 社保信息的bug
---
src/views/securityGuard/securityGuard.vue | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/views/securityGuard/securityGuard.vue b/src/views/securityGuard/securityGuard.vue
index ff04663..d1609ba 100644
--- a/src/views/securityGuard/securityGuard.vue
+++ b/src/views/securityGuard/securityGuard.vue
@@ -144,7 +144,7 @@
class="rowClickSelf"
title="点击查看所属公司情况"
@click="rowClickSelf(row.deptId)"
- >{{ row.$deptId }}</el-tag
+ >{{ row.deptName }}</el-tag
>
</template>
<template slot-scope="{ row }" slot="tenantName">
@@ -518,7 +518,7 @@
tip: "只能上传jpg/png个人头像,且不超过500kb",
span: 12,
row: true,
- prop: "myPicture",
+ prop: "avatar",
},
{
label: "是否持证",
@@ -617,7 +617,7 @@
prop: "jurisdiction",
// multiple: true,
type: "tree",
- dicUrl: "/api/jurisdiction/lazy-tree?parentId=0",
+ dicUrl: "/api/jurisdiction/lazy-tree",
props: {
label: "title",
value: "id",
@@ -1193,8 +1193,7 @@
var roleAlias = res.data.data.roleAlias;
if (
roleAlias == "保安公司管理员" ||
- roleAlias == "保安" ||
- roleAlias == "未持证保安"
+ roleAlias == "保安"
) {
//去除保安公司查询
const column = that.findObject(that.option.column, "deptId");
--
Gitblit v1.9.3