选择标准号/政策号的发布时间不存在导致显示不全问题
This commit is contained in:
@@ -652,7 +652,9 @@
|
|||||||
align="center"
|
align="center"
|
||||||
width="130">
|
width="130">
|
||||||
<template slot-scope="scope">
|
<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>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
@@ -935,6 +937,7 @@ export default {
|
|||||||
item.resType = this.conditionForm.standType === 'FOREIGN' ? 'FOREIGN_STAND' : 'INLAND_STAND'
|
item.resType = this.conditionForm.standType === 'FOREIGN' ? 'FOREIGN_STAND' : 'INLAND_STAND'
|
||||||
})
|
})
|
||||||
this.tableData = res.data.list
|
this.tableData = res.data.list
|
||||||
|
console.log(this.tableData,"tableDatatableDatatableDatatableData")
|
||||||
this.total2 = res.data.count
|
this.total2 = res.data.count
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user