x-extends / vxe-table

Vxe table 的表格组件
https://vxetable.cn
MIT License
7.61k stars 1.05k forks source link

当一个table中使用多个formatter会出现 后面的formatter返回值使用前面的formatter返回值 #210

Closed zjmgmj closed 5 years ago

zjmgmj commented 5 years ago

问题描述 Describe the bug

当一个table中使用多个formatter formatter: ({ cellValue }) => { return 'xxxxx' } formatter: ({cellValue}) => { return cellValue === 1 ? '不在' : '在' } 会出现 后面的formatter返回值使用前面的formatter返回值

报错信息或截图 Error message or screenshots

1

版本 Version

"vue": "2.6.10", "vxe-table": "^1.11.17", "vxe-table-plugin-element": "^1.3.0", "element-ui": "^2.4.11",

zjmgmj commented 5 years ago

1 2 3

zjmgmj commented 5 years ago

版本问题1.11.17 1.11.20以修复