@ -70,6 +70,7 @@
<template slot-scope="scope">
<div v-if="scope.row.isEdit">
<el-upload
:disabled="scope.row.imgList.length == 3"
:headers="$getElUploadHeaders()"
class="avatar-uploader"
:action="uploadUrl"
@ -89,6 +89,7 @@
@ -94,7 +94,7 @@
</div>
<!-- <div style="margin-top: 30px;"><record v-if="pageType != 'add' && detailId" :formType="pageType" :id="detailId" :info="{ agencyId: agencyId }"></record></div> -->
<span slot="footer" class="dialog-footer">
<span slot="footer" class="dialog-footer" v-if="pageType == 'view'">
<el-button @click="handleCancle" size="small">关 闭</el-button>
<!-- <el-button type="primary" @click="handleComfirm">确 定</el-button> -->
</span>