优化 APF治理效果页面

This commit is contained in:
GGJ
2025-05-21 12:42:28 +08:00
parent 4b647062bf
commit 4cde4e367e
4 changed files with 385 additions and 222 deletions

View File

@@ -35,7 +35,8 @@
@click="deleted(item)">删除</el-button>
</div>
</div>
<img :src="item.fileContent" class="image xiaoshou" @click="imgData(item)" />
<img v-if="item.fileContent" :src="item.fileContent" class="image xiaoshou" @click="imgData(item)" />
<el-empty v-else description="暂无设计" />
</el-card>
</el-col>
</el-row>