| | |
| | | </div> |
| | | <div class="info-row"> |
| | | <span class="label">门店状态:</span> |
| | | <span class="value">{{ storeInfo.status === 1 ? '禁用' : '启用' }}</span> |
| | | </div> |
| | | <div class="info-row"> |
| | | <span class="label">审批状态:</span> |
| | | <span class="value">{{ storeInfo.auditStatus === 0 ? '待审批' : storeInfo.auditStatus === 1 ? '审批通过' : '审批未通过' }}</span> |
| | | </div> |
| | | <div class="info-row"> |
| | |
| | | <template v-else> |
| | | <div class="image-item-row"> |
| | | <span class="label">身份证正面:</span> |
| | | <el-image :src="storeInfo.idcardImg" fit="cover" class="qualification-image" :preview-src-list="[storeInfo.idcardImg]"> |
| | | <el-image v-if="storeInfo.idcardImgUrl" :src="storeInfo.idcardImgUrl" fit="cover" class="qualification-image" :preview-src-list="[storeInfo.idcardImgUrl]"> |
| | | <div slot="error" class="image-slot"><i class="el-icon-picture-outline"></i></div> |
| | | </el-image> |
| | | </div> |
| | |
| | | data () { |
| | | return { |
| | | activeTab: 'performance', |
| | | storeInfo: null, |
| | | storeInfo: {}, |
| | | searchForm: { |
| | | orderNo: '', |
| | | optType: 0, |