代码调整

This commit is contained in:
dong 2022-10-26 14:48:10 +08:00
parent 157e1ed45b
commit 0936e40deb

View File

@ -93,7 +93,7 @@
:sort-by="column.sortBy" :sort-by="column.sortBy"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<div v-html="scope.row[column.prop]" /> <div style="white-space: pre-wrap;" v-html="scope.row[column.prop]" />
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column