Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app
| | |
| | |
|
| | | }
|
| | | if (item.name == 'threeFireProtection') {
|
| | | item.value = data.threeFireProtection == 1 ? "是" : "否"
|
| | | |
| | | item.value = data.threeFireProtection == 1 ? "否" : "是"
|
| | |
|
| | | }
|
| | | if (data.isFront == 1 && item.name == "frontType") {
|
| | | this.getBizDict('frontType', (list) => {
|
| | |
| | | |
| | | |
| | | <view class="pic" v-if="roleType == 1"> |
| | | <newBoxTitle title="房产证照片"></newBoxTitle> |
| | | <newBoxTitle title="产权证明"></newBoxTitle> |
| | | <u-upload :fileList="form.propertyCertificateImg" |
| | | :previewFullImage="uploadConfig.previewFullImage" :accept="uploadConfig.acceptImg" |
| | | :multiple="uploadConfig.multiple" :maxCount="uploadConfig.maxCount" |
| | |
| | | </u-radio> |
| | | </u-radio-group> |
| | | <view class="f-30" v-if="currentId"> |
| | | {{form.threeFireProtection == 1?"是":"否"}} |
| | | {{form.threeFireProtection == 1?"否":"是"}} |
| | | </view> |
| | | </u-form-item> |
| | | <u-form-item class="form-item" labelWidth="100" label="备注:" prop="remark"> |