长裕建设有限公司网站,自己做网站花钱么,建网站免费域名,wordpress frames问题
elementui 中的 table 行内的内容不能进行换行。
解决方法
思路#xff1a;
利用 作用域插槽 结合 v-html#xff0c;通过作用域插槽传递内容到表格行内#xff0c;再通过 v-html 进行内容的替换。
代码#xff1a;
el-table:datatableDatastri…问题
elementui 中的 table 行内的内容不能进行换行。
解决方法
思路
利用 作用域插槽 结合 v-html通过作用域插槽传递内容到表格行内再通过 v-html 进行内容的替换。
代码
el-table:datatableDatastripestylewidth: 100%row-clickhandleTableRowborderel-table-column propproject label项目 width290template slot-scopescopediv v-htmlscope.row.content/div/template/el-table-column
/el-tablescript
export default {data() {return {tableData: [{project: aaabr/111},{project: bbbbr/222},]}}
}
/script