Commit 777aa3e00f8730e9730d44dcd9d195d93f6e0416
1 parent
fe2e80d3
Exists in
master
and in
2 other branches
feat: 新增可编辑单元格Boolean类型
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
packages/table/editable.vue
| ... | ... | @@ -79,7 +79,7 @@ export default { |
| 79 | 79 | components: { |
| 80 | 80 | cellEditor: { |
| 81 | 81 | props: { |
| 82 | - value: [String, Number, Array, Object], | |
| 82 | + value: [String, Number, Array, Object, Boolean], | |
| 83 | 83 | component: { type: String, default: 'el-input' }, |
| 84 | 84 | editable: Boolean, |
| 85 | 85 | disabled: Boolean, | ... | ... |