Closed zjmgmj closed 5 years ago
当一个table中使用多个formatter formatter: ({ cellValue }) => { return 'xxxxx' } formatter: ({cellValue}) => { return cellValue === 1 ? '不在' : '在' } 会出现 后面的formatter返回值使用前面的formatter返回值
formatter: ({ cellValue }) => { return 'xxxxx' }
formatter: ({cellValue}) => { return cellValue === 1 ? '不在' : '在' }
"vue": "2.6.10", "vxe-table": "^1.11.17", "vxe-table-plugin-element": "^1.3.0", "element-ui": "^2.4.11",
版本问题1.11.17 1.11.20以修复
问题描述 Describe the bug
当一个table中使用多个formatter
formatter: ({ cellValue }) => { return 'xxxxx' }
formatter: ({cellValue}) => { return cellValue === 1 ? '不在' : '在' }
会出现 后面的formatter返回值使用前面的formatter返回值报错信息或截图 Error message or screenshots
版本 Version
"vue": "2.6.10", "vxe-table": "^1.11.17", "vxe-table-plugin-element": "^1.3.0", "element-ui": "^2.4.11",