|
|
@@ -670,50 +670,44 @@
|
|
|
</el-card>
|
|
|
</el-tab-pane>
|
|
|
|
|
|
-
|
|
|
- <el-tab-pane label="准入范围" :disabled="!certId">
|
|
|
- <business-list ref="businessList" :data.sync="businessList" :canadd="false" height="360px"
|
|
|
- style="margin-top: 20px"></business-list>
|
|
|
- </el-tab-pane>
|
|
|
-
|
|
|
<el-tab-pane label="企业资质" :disabled="!certId">
|
|
|
<!--<subfile-list ref="subfileList" :data.sync="subfileList" :canadd="false" height="360px"-->
|
|
|
- <!--style="margin-top: 20px"></subfile-list>-->
|
|
|
+ <!--style="margin-top: 20px"></subfile-list>-->
|
|
|
<el-card class="box-card" style="margin-top: 10px;">
|
|
|
<div slot="header" class="clearfix">
|
|
|
<span style="font-weight: bold">企业资质</span>
|
|
|
</div>
|
|
|
<el-table highlight-current-row stripe :data="subfileList" border>
|
|
|
<!--<el-table-column label="操作" width="150" align="center" fixed>-->
|
|
|
- <!--<template slot-scope="scope">-->
|
|
|
- <!--<el-button type="primary" plain size="mini" title="文件变更" @click="openDialog(scope.row)">-->
|
|
|
- <!--变更</el-button>-->
|
|
|
- <!--</template>-->
|
|
|
+ <!--<template slot-scope="scope">-->
|
|
|
+ <!--<el-button type="primary" plain size="mini" title="文件变更" @click="openDialog(scope.row)">-->
|
|
|
+ <!--变更</el-button>-->
|
|
|
+ <!--</template>-->
|
|
|
<!--</el-table-column>-->
|
|
|
<el-table-column prop="NeedFileType" label="文件分类" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column prop="OldFileUrlList" label="原文件" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- <!-- <div v-for="(tmpUrl, index) in scope.row.OldFileUrlList" :key="index">
|
|
|
- <a :href="'http://'+fileurlcut(scope.row.OldFileUrl, index)" target="_blank"
|
|
|
- class="buttonText">{{scope.row.OldFileName.split('$')[index]}}</a>
|
|
|
- {{scope.row.OldFileUrl}}
|
|
|
- </div> -->
|
|
|
+ <!-- <div v-for="(tmpUrl, index) in scope.row.OldFileUrlList" :key="index">
|
|
|
+ <a :href="'http://'+fileurlcut(scope.row.OldFileUrl, index)" target="_blank"
|
|
|
+ class="buttonText">{{scope.row.OldFileName.split('$')[index]}}</a>
|
|
|
+ {{scope.row.OldFileUrl}}
|
|
|
+ </div> -->
|
|
|
<viewer :images="scope.row.OldFileUrlList">
|
|
|
<div v-for="(tmpUrl,index) in scope.row.OldFileUrlList" :key="index" style="vertical-align: middle; text-align: center;">
|
|
|
|
|
|
<el-link :href="'http://'+fileurlcut(scope.row.OldFileUrl, index)" target="_blank" type="primary"
|
|
|
- v-if="scope.row.OldFileUrl==''?false:imgFormat(scope.row.OldFileUrl, index)"
|
|
|
+ v-if="scope.row.OldFileUrl==''?false:imgFormat(scope.row.OldFileUrl, index)"
|
|
|
>
|
|
|
- {{scope.row.FileName.split('$')[index]}}</el-link>
|
|
|
+ {{scope.row.FileName.split('$')[index]}}</el-link>
|
|
|
|
|
|
<img
|
|
|
v-if="scope.row.OldFileUrl==''?false:!imgFormat(scope.row.OldFileUrl, index)"
|
|
|
class="photoStyle" alt=""
|
|
|
:src="'http://'+fileurlcut(scope.row.OldFileUrl, index)"
|
|
|
:key="index"
|
|
|
- >
|
|
|
- </div>
|
|
|
- </viewer>
|
|
|
+ >
|
|
|
+ </div>
|
|
|
+ </viewer>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="OldEffectDate" label="原有效日期" show-overflow-tooltip>
|
|
|
@@ -728,22 +722,22 @@
|
|
|
<a :href="'http://'+fileurlcut(scope.row.FileUrl, index)" target="_blank"
|
|
|
class="buttonText">{{scope.row.FileName.split('$')[index]}}</a>
|
|
|
</div> -->
|
|
|
- <viewer :images="scope.row.FileUrlList">
|
|
|
+ <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>
|
|
|
+ {{scope.row.FileName.split('$')[index]}}</el-link>
|
|
|
|
|
|
<img
|
|
|
v-if="scope.row.FileUrl==''?false:!imgFormat(scope.row.FileUrl, index)"
|
|
|
class="photoStyle" alt=""
|
|
|
:src="'http://'+fileurlcut(scope.row.FileUrl, index)"
|
|
|
:key="index"
|
|
|
- >
|
|
|
- </div>
|
|
|
- </viewer>
|
|
|
+ >
|
|
|
+ </div>
|
|
|
+ </viewer>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -770,6 +764,12 @@
|
|
|
</el-card>
|
|
|
</el-tab-pane>
|
|
|
|
|
|
+ <el-tab-pane label="准入范围" :disabled="!certId">
|
|
|
+ <business-list ref="businessList" :data.sync="businessList" :canadd="false" height="360px"
|
|
|
+ style="margin-top: 20px"></business-list>
|
|
|
+ </el-tab-pane>
|
|
|
+
|
|
|
+
|
|
|
|
|
|
<el-tab-pane label="审批流程">
|
|
|
<el-card class="box-card" style="height: 800px">
|