|
|
@@ -556,7 +556,7 @@
|
|
|
</span> -->
|
|
|
</div>
|
|
|
|
|
|
- <el-form label-width="220px" ref="EntityFormNumber" :model="formDataCert" :disabled="true">
|
|
|
+ <el-form label-width="220px" ref="EntityFormNumber" size="mini" :model="formDataCert" :disabled="true">
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="企业员工总数">
|
|
|
@@ -675,9 +675,9 @@
|
|
|
<!--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>
|
|
|
+ <span>企业资质</span>
|
|
|
</div>
|
|
|
- <el-table highlight-current-row stripe :data="subfileList" border>
|
|
|
+ <el-table highlight-current-row stripe :data="subfileList" size="mini" 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)">-->
|
|
|
@@ -698,7 +698,7 @@
|
|
|
<el-link :href="'http://'+fileurlcut(scope.row.OldFileUrl, index)" target="_blank" type="primary"
|
|
|
v-if="scope.row.OldFileUrl==''?false:imgFormat(scope.row.OldFileUrl, index)"
|
|
|
>
|
|
|
- {{scope.row.FileName.split('$')[index]}}</el-link>
|
|
|
+ {{scope.row.FileName.split('$')[index].split('|')[-1]}}</el-link>
|
|
|
|
|
|
<img
|
|
|
v-if="scope.row.OldFileUrl==''?false:!imgFormat(scope.row.OldFileUrl, index)"
|
|
|
@@ -728,7 +728,7 @@
|
|
|
<el-link :href="'http://'+fileurlcut(scope.row.FileUrl, index)" target="_blank" type="primary"
|
|
|
v-if="scope.row.FileUrl==''?false:imgFormat(scope.row.FileUrl, index)"
|
|
|
>
|
|
|
- {{scope.row.FileName.split('$')[index]}}</el-link>
|
|
|
+ {{scope.row.FileName.split('$')[index].split('|')[-1]}}</el-link>
|
|
|
|
|
|
<img
|
|
|
v-if="scope.row.FileUrl==''?false:!imgFormat(scope.row.FileUrl, index)"
|