|
@@ -108,7 +108,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="paymentDate" label="附件">
|
|
|
- <template slot-scope="scope" style="text-align: center">
|
|
|
+ <template slot-scope="scope" style="text-align: center" v-if="scope.row.backStageStatus !='未认证'">
|
|
|
<span class="btn_css btn_css1" @click="fujianLook(scope.row)">查看</span>
|
|
|
<el-tooltip placement="top" v-if="
|
|
|
scope.row.overdueFlag == 1 ||
|
|
@@ -220,9 +220,9 @@
|
|
|
<div class="fujian_item" :class="count == 2 ? 'file_btn' : ''" @click="btnChange(2)">
|
|
|
驾驶证
|
|
|
</div>
|
|
|
- <div class="fujian_item" :class="count == 3 ? 'file_btn' : ''" @click="btnChange(3)">
|
|
|
+ <!-- <div class="fujian_item" :class="count == 3 ? 'file_btn' : ''" @click="btnChange(3)">
|
|
|
行驶证
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div class="fujian_item" :class="count == 4 ? 'file_btn' : ''" @click="btnChange(4)">
|
|
|
从业资格证
|
|
|
</div>
|
|
@@ -236,6 +236,9 @@
|
|
|
挂车运营证
|
|
|
</div> -->
|
|
|
</div>
|
|
|
+ <div class="file_tips">
|
|
|
+ <span v-if="count == 1">有效期:{{file.cardValidityDate}} </span><span v-if="count == 2"> 准驾车型:{{file.quasiDrivingVehicle}} </span> <span v-if="count == 2"> 发证机关:{{file.lssuingAuthority}} </span> <span v-if="count == 4"> 从业资格证号:{{file.qualificationCertificateNumber}}</span>
|
|
|
+ </div>
|
|
|
<div class="file_img">
|
|
|
<img :src="img[index]" class="img_css" @click="enlarge(img[index])"/>
|
|
|
</div>
|
|
@@ -908,7 +911,7 @@
|
|
|
//附件
|
|
|
.file {
|
|
|
.fujian_css {
|
|
|
- width: 360px;
|
|
|
+ width: 270px;
|
|
|
display: flex;
|
|
|
margin: 0 auto;
|
|
|
text-align: center;
|
|
@@ -929,6 +932,10 @@
|
|
|
background-color: #cfdbfe;
|
|
|
}
|
|
|
}
|
|
|
+ .file_tips{
|
|
|
+ margin: 10px auto;
|
|
|
+ width: 50%;
|
|
|
+ }
|
|
|
|
|
|
.file_img {
|
|
|
width: 525px;
|