|
@@ -25,8 +25,8 @@
|
|
|
>
|
|
|
绘制方位图
|
|
|
</el-button>
|
|
|
- <div class="phote my-4 w-full" v-for="item,index in list.xct" :key="index">
|
|
|
- <p class="pb-4">{{item.filesTypeName}}</p>
|
|
|
+ <div class="phote my-4 w-full" v-for="item,index in list.xct" :key="index" v-show="item.caseFilesList?.length">
|
|
|
+ <p class="pb-2 title1">{{item.filesTypeName}}</p>
|
|
|
<div class="pmt-phote w-full flex justify-between ">
|
|
|
<viewImg :list="item.caseFilesList || []" @handleItem="handleItem" height="66px" />
|
|
|
</div>
|
|
@@ -40,8 +40,8 @@
|
|
|
<div class="scene-list">
|
|
|
<div class="list">
|
|
|
<div class="listItem py-2" v-for="item,index in list.xczp" :key="index">
|
|
|
- <div class="title1">{{item.filesTypeName}}</div>
|
|
|
- <div class="list2" v-for="item2,index2 in item.childrenList" :key="index2">
|
|
|
+ <div class="title1 pb-2">{{item.filesTypeName}}</div>
|
|
|
+ <div class="list2" v-for="item2,index2 in item.childrenList" :key="index2" v-show="item2.caseFilesList?.length">
|
|
|
<div class="title2">{{item2.filesTypeName}}</div>
|
|
|
<viewImg :list="item2.caseFilesList || []" @handleItem="handleItem" />
|
|
|
</div>
|
|
@@ -72,10 +72,10 @@
|
|
|
<div class="">支持 pdf、word 格式图片上传</div>
|
|
|
</div>
|
|
|
</el-upload>
|
|
|
- <el-button class="w-full mt-2" @click="handleRecords(-1)">在线填写</el-button>
|
|
|
+ <el-button class="w-full mt-4" @click="handleRecords(-1)">在线填写</el-button>
|
|
|
</div>
|
|
|
<div class="blList">
|
|
|
- <div class="bllistItem flex justify-between items-center mt-2" v-for="item,index in list.klbj" :key="index">
|
|
|
+ <div class="bllistItem flex justify-between items-center mt-4" v-for="item,index in list.klbj" :key="index">
|
|
|
<div>{{item.filesTitle}}</div>
|
|
|
<el-dropdown @command="(command)=>{handleCommand(command, item)}">
|
|
|
<el-icon>
|