|
|
@@ -3,10 +3,10 @@
|
|
|
<el-card class="box-card" style="margin-top: 10px;">
|
|
|
<div slot="header" class="clearfix">
|
|
|
<span style="font-weight: bold"> 企业资质</span>
|
|
|
- <el-button type="primary" size="mini" style="float: right;margin-right: 3px" @click="nextStep()"
|
|
|
+ <!--<el-button type="primary" size="mini" style="float: right;margin-right: 3px" @click="nextStep()"
|
|
|
v-if="canadd && IsCompanyUser == 0">
|
|
|
提交审批
|
|
|
- </el-button>
|
|
|
+ </el-button>-->
|
|
|
<el-button style="float: right; padding: 6px 25px" type="text" @click="showDialog" v-if="canadd || newcanadd">添加</el-button>
|
|
|
</div>
|
|
|
<el-table :data="subfileList" border size="mini">
|
|
|
@@ -34,12 +34,12 @@
|
|
|
</div> -->
|
|
|
<viewer :images="scope.row.FileUrlList">
|
|
|
<div v-for="(tmpUrl,index) in scope.row.FileUrlList" :key="index" style="vertical-align: middle; text-align: center;">
|
|
|
-
|
|
|
+
|
|
|
<el-link :href="'http://'+fileurlcut(scope.row.FileUrl, index)" target="_blank" type="primary"
|
|
|
- v-if="scope.row.FileUrl==''?false:imgFormat(scope.row.FileUrl, index)"
|
|
|
+ v-if="scope.row.FileUrl==''?false:imgFormat(scope.row.FileUrl, index)"
|
|
|
>
|
|
|
{{scope.row.FileName.split('$')[index]}}</el-link>
|
|
|
- <img
|
|
|
+ <img
|
|
|
v-if="scope.row.FileUrl==''?false:!imgFormat(scope.row.FileUrl, index)"
|
|
|
class="photoStyle" alt=""
|
|
|
:src="'http://'+fileurlcut(scope.row.FileUrl, index)"
|
|
|
@@ -92,7 +92,7 @@
|
|
|
<div slot="tip" class="el-upload__tip" v-if="SubfileForm.NeedFileType ==yasuoname">请上传压缩文件
|
|
|
</div>
|
|
|
</el-upload> -->
|
|
|
- <el-upload
|
|
|
+ <el-upload
|
|
|
:multiple="false" style="margin-top: 10px;" class="attach-uploader"
|
|
|
action=""
|
|
|
:before-upload="beforeAvatarUpload"
|
|
|
@@ -102,7 +102,7 @@
|
|
|
:file-list="fileList"
|
|
|
:on-remove="filremove"
|
|
|
:http-request="uploadrequest"
|
|
|
- limit = "5"
|
|
|
+ :limit="5"
|
|
|
:on-exceed="uploadExceed">
|
|
|
<i class="el-icon-plus"></i>
|
|
|
<div slot="tip" class="el-upload__tip" v-if="SubfileForm.NeedFileType !=yasuoname">请上传图片(大小为512KB-5MB),最多可上传五张图片
|