Merge branch 'master' of http://git.xayunmei.com/SH-Arbitrate/Arbitrate-FrontendH5 into hcb
This commit is contained in:
@@ -48,11 +48,13 @@
|
||||
</div></el-col>
|
||||
</el-row>
|
||||
<hr>
|
||||
<el-row style="height: 40px;line-height: 40px;text-align: center;"
|
||||
<el-col :span="8"><div>签署后调解书</div></el-col>
|
||||
<el-col :span="16"><div v-for="(item,index) in fileList" :key="index" style="color: blue; cursor: pointer" @click="toPreview(item.annexPath)">
|
||||
<div v-if="item.annexType==13"><span>{{ item.annexName }}</span></div>
|
||||
</div></el-col>
|
||||
<el-row>
|
||||
<el-col :span="8">签署后调解书</el-col>
|
||||
<el-col :span="16">
|
||||
<div v-for="(item,index) in fileList" :key="index" style="color: blue; cursor: pointer" v-if="item.annexType==13" @click="toPreview(item.annexPath)">
|
||||
{{ item.annexName }}
|
||||
</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="24">
|
||||
|
||||
Reference in New Issue
Block a user