| | |
| | | { |
| | | "path": "pages/securityStaff/exhibition", |
| | | "style": { |
| | | "navigationBarTitleText": "服务单位", |
| | | "navigationBarTitleText": "保安管理", |
| | | "enablePullDownRefresh": false, |
| | | "navigationBarBackgroundColor": "#0BB9C8", |
| | | "navigationBarTextStyle": "white" |
| | |
| | | <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> |
| | |
| | | } else { |
| | | that.newsList = []; |
| | | that.dataList.forEach(item => { |
| | | if (item.enterprisename.indexOf(str) != -1) { |
| | | if (item.realName.indexOf(str) != -1) { |
| | | that.newsList.push(item) |
| | | } |
| | | }) |