fix(table): 0 is not shown in editable cell

修复可编辑单元格中未能正确显示零值的问题

fixed: #1039
This commit is contained in:
无木
2021-08-09 21:49:11 +08:00
parent 9d2231b1cd
commit 33a335a3f5
2 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,9 @@
### 🐛 Bug Fixes
- **Cropper** 修复未能及时销毁的问题
- **BasicTable** 修复`CellFormat`无法使用`Map`类型数据的问题
- **BasicTable**
- 修复`CellFormat`无法使用`Map`类型数据的问题
- 修复可编辑单元格未能正确显示`0`值的问题
- **Qrcode** 修复二维码组件在创建时未能及时绘制的问题
## 2.7.0(2021-08-03)