@@ -34,7 +34,7 @@
<!-- 历年 -->
<div class="f14">
<p>{{ row.history ? row.history.year || '-' : '-' }}</p>
- <p>row.history.type || ''</p>
+ <p>{{row.history.type || ''}}</p>
</div>
</template>
<template #t4="{row}">