|
|
@@ -48,11 +48,13 @@
|
|
48
|
48
|
</div></el-col>
|
|
49
|
49
|
</el-row>
|
|
50
|
50
|
<hr>
|
|
51
|
|
- <el-row style="height: 40px;line-height: 40px;text-align: center;"
|
|
52
|
|
- <el-col :span="8"><div>签署后调解书</div></el-col>
|
|
53
|
|
- <el-col :span="16"><div v-for="(item,index) in fileList" :key="index" style="color: blue; cursor: pointer" @click="toPreview(item.annexPath)">
|
|
54
|
|
- <div v-if="item.annexType==13"><span>{{ item.annexName }}</span></div>
|
|
55
|
|
- </div></el-col>
|
|
|
51
|
+ <el-row>
|
|
|
52
|
+ <el-col :span="8">签署后调解书</el-col>
|
|
|
53
|
+ <el-col :span="16">
|
|
|
54
|
+ <div v-for="(item,index) in fileList" :key="index" style="color: blue; cursor: pointer" v-if="item.annexType==13" @click="toPreview(item.annexPath)">
|
|
|
55
|
+ {{ item.annexName }}
|
|
|
56
|
+ </div>
|
|
|
57
|
+ </el-col>
|
|
56
|
58
|
</el-row>
|
|
57
|
59
|
<el-row>
|
|
58
|
60
|
<el-col :span="24">
|