|
|
@@ -117,18 +117,23 @@
|
|
|
<span>{{authInfoDetail.evaluationAgencyResourceList}}</span>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="机构Logo:" v-if="authInfoDetail.type == 'agency'">
|
|
|
- <span>{{authInfoDetail.agencyPhoto}}</span>
|
|
|
+ <span>
|
|
|
+ <el-image
|
|
|
+ style="width: 100px;"
|
|
|
+ :src="authInfoDetail.agencyPhoto"
|
|
|
+ fit="scale-down"></el-image>
|
|
|
+ </span>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button type="info" size="mini" @click="hideAuthDialog()">返回</el-button>
|
|
|
|
|
|
<el-button type="danger" size="mini"
|
|
|
- @click="handleAuthenticationReject(authInfoDetail.userId,authInfoDetail.userId)">驳回
|
|
|
+ @click="handleAuthenticationReject(authInfoDetail.userId,authInfoDetail.type)">驳回
|
|
|
</el-button>
|
|
|
|
|
|
<el-button type="primary" size="mini"
|
|
|
- @click="handleAuthenticationPass(authInfoDetail.userId,authInfoDetail.userId)">通过
|
|
|
+ @click="handleAuthenticationPass(authInfoDetail.userId,authInfoDetail.type)">通过
|
|
|
</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|