选择标准号/政策号的发布时间不存在导致显示不全问题

This commit is contained in:
zhoulingpo
2023-12-05 11:46:00 +08:00
parent 15e6cb7024
commit 9f825677b5
+4 -1
View File
@@ -652,7 +652,9 @@
align="center"
width="130">
<template slot-scope="scope">
<p v-for="item in scope.row.issueTime.split(',')">{{ item }}</p>
<template v-if="scope.row.issueTime"> <p v-for="item in scope.row.issueTime.split(',')">{{ item }}</p>
</template>
<template v-else></template>
</template>
</el-table-column>
</el-table>
@@ -935,6 +937,7 @@ export default {
item.resType = this.conditionForm.standType === 'FOREIGN' ? 'FOREIGN_STAND' : 'INLAND_STAND'
})
this.tableData = res.data.list
console.log(this.tableData,"tableDatatableDatatableDatatableData")
this.total2 = res.data.count
}
})