智慧保安互联网APP
liuyg
2021-08-10 b13c161ad4f0b4686473559b1b98eb61938bd9e1
Merge branch 'master' of http://192.168.0.105:10010/r/zhba_app
2 files modified
16 ■■■■ changed files
pages/dispatch/imgissue.vue 2 ●●● patch | view | raw | blame | history
pages/securityStaff/information.vue 14 ●●●● patch | view | raw | blame | history
pages/dispatch/imgissue.vue
@@ -179,7 +179,7 @@
                        for (var i = 0; i < tempFilePath.length; i++) {
                            uni.uploadFile({
                                // url: 'https://web.byisf.com/api/blade-jfpts/depl/put-depl', //仅为示例,非真实的接口地址
                                url: 'http://192.168.0.108:81/blade-resource/oss/endpoint/put-file-app',
                                url: this.$store.state.piAPI+ '/blade-resource/oss/endpoint/put-file-app',
                                filePath: tempFilePath[i],
                                name: 'file',
                                formData: {
pages/securityStaff/information.vue
@@ -49,24 +49,24 @@
            </view>
        </view>
        <u-popup class="certificates" v-model="showi" mode="bottom" border-radius="10">
            <view class="certificatesnj">
            <view class="certificatesnj" >
                <view class="titleonce">
                <view class="titleonce" >
                    保安员证
                </view>
                <view class="once">
                    姓名: <view class="o-once"> {{datalist.realName}}</view>
                </view>
                <view class="once">
                    性别:<view class="o-once"> {{datalist.cardid}}</view>
                    性别:<view class="o-once"> {{datalist.sex == 1 ? '男' : '女'}}</view>
                </view>
                <view class="once">
                    编号:<view class="o-once"> {{datalist.baoanzheng}}</view>
                </view>
                <view class="once" style="margin-bottom: 1rem;">
                    发证机关:<view class="o-once" style="margin-right: 1rem;"> {{datalist.fzobj}}</view>
                    发证日期:<view class="o-once">{{datalist.fztime}}</view>
                <view class="once" style="margin-bottom: 1rem; display: flex;">
                    <view style='flex: 1'>发证机关:<view class="o-once"> {{datalist.fzobj}}</view></view>
                    <view style='flex: 1'>发证日期:<view class="o-once">{{datalist.fztime}}</view></view>
                </view>
                <u-image class="img" width="150rpx" height="150rpx" :src="datalist.avatar">
                    <view slot="error" style="font-size: 1rem;">暂无图片</view>
@@ -269,7 +269,7 @@
                .o-once {
                    display: inline-block;
                    font-size: 0.86rem;
                    font-size: 0.72rem;
                    font-weight: 600;
                }
            }