智慧保安互联网APP
liuyg
2021-07-30 2d97270b3b0cfcd9e498cfb317dbc23710378c14
样式
2 files modified
6 ■■■■ changed files
pages.json 2 ●●● patch | view | raw | blame | history
pages/securityStaff/exhibition.vue 4 ●●●● patch | view | raw | blame | history
pages.json
@@ -84,7 +84,7 @@
        {
            "path": "pages/securityStaff/exhibition",
            "style": {
                "navigationBarTitleText": "服务单位",
                "navigationBarTitleText": "保安管理",
                "enablePullDownRefresh": false,
                "navigationBarBackgroundColor": "#0BB9C8",
                "navigationBarTextStyle": "white"
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)
                        }
                    })