wordpress购物网站/广州百度关键词搜索
1: table 表格 formatter 格式化文档:
formatter:this.showCross
// 定义事件方式
2:
showCross(row) {// 可以拿到当前行的数据return row.isCross == false ? this.$t('否') : this.$t('是');}// 进行数据格式转化
1: table 表格 formatter 格式化文档:
formatter:this.showCross
// 定义事件方式
2:
showCross(row) {// 可以拿到当前行的数据return row.isCross == false ? this.$t('否') : this.$t('是');}// 进行数据格式转化