调解书pdf打不开
This commit is contained in:
@@ -48,11 +48,13 @@
|
|||||||
</div></el-col>
|
</div></el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<hr>
|
<hr>
|
||||||
<el-row style="height: 40px;line-height: 40px;text-align: center;"
|
<el-row>
|
||||||
<el-col :span="8"><div>签署后调解书</div></el-col>
|
<el-col :span="8">签署后调解书</el-col>
|
||||||
<el-col :span="16"><div v-for="(item,index) in fileList" :key="index" style="color: blue; cursor: pointer" @click="toPreview(item.annexPath)">
|
<el-col :span="16">
|
||||||
<div v-if="item.annexType==13"><span>{{ item.annexName }}</span></div>
|
<div v-for="(item,index) in fileList" :key="index" style="color: blue; cursor: pointer" v-if="item.annexType==13" @click="toPreview(item.annexPath)">
|
||||||
</div></el-col>
|
{{ item.annexName }}
|
||||||
|
</div>
|
||||||
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="24">
|
<el-col :span="24">
|
||||||
|
|||||||
Reference in New Issue
Block a user