|
|
|
|
@ -635,6 +635,7 @@
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
<el-card v-if="dotIndex2>-1" shadow="always" style="margin-top: 12px;position:relative">
|
|
|
|
|
<h3>{{ (tableData3[dotIndex2] || {}).description}}</h3>
|
|
|
|
|
<el-image
|
|
|
|
|
v-for="(i,k) in (tableData3[dotIndex2]||{}).files ||[]"
|
|
|
|
|
style="width: 100px; height: 100px;margin-right: 12px;"
|
|
|
|
|
|