From 2d97270b3b0cfcd9e498cfb317dbc23710378c14 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 30 Jul 2021 19:11:59 +0800
Subject: [PATCH] 样式

---
 pages/securityStaff/exhibition.vue |    4 ++--
 pages.json                         |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages.json b/pages.json
index 60558e5..74c1c38 100644
--- a/pages.json
+++ b/pages.json
@@ -84,7 +84,7 @@
 		{
 			"path": "pages/securityStaff/exhibition",
 			"style": {
-				"navigationBarTitleText": "服务单位",
+				"navigationBarTitleText": "保安管理",
 				"enablePullDownRefresh": false,
 				"navigationBarBackgroundColor": "#0BB9C8",
 				"navigationBarTextStyle": "white"
diff --git a/pages/securityStaff/exhibition.vue b/pages/securityStaff/exhibition.vue
index badd8cc..1277a15 100644
--- a/pages/securityStaff/exhibition.vue
+++ b/pages/securityStaff/exhibition.vue
@@ -8,7 +8,7 @@
 				<u-card :title="item.realName" @click="goDetail(item)">
 					<view class="" slot="body">
 						<view>
-							<view style="margin-bottom: 10px;" class="u-body-item-title u-line-1">公司:{{item.deptId}}
+							<view style="margin-bottom: 10px;" class="u-body-item-title u-line-1">公司:{{item.deptName}}
 							</view>
 						</view>
 						<view>
@@ -128,7 +128,7 @@
 				} else {
 					that.newsList = [];
 					that.dataList.forEach(item => {
-						if (item.enterprisename.indexOf(str) != -1) {
+						if (item.realName.indexOf(str) != -1) {
 							that.newsList.push(item)
 						}
 					})

--
Gitblit v1.9.3