# TableCell 表格单元格
# 何时使用
- 带单元格编辑功能的表格。点击单元格进入编辑状态
- 默认插槽内的控件需支持焦点事件(获取焦点和失去焦点)
# 组件注册
import { TableCell } from '@yemu419/fms-components';
Vue.use(TableCell);
# 代码演示
# 基本使用
只读:
名称 | 编码 | 类型 |
---|---|---|
transfer | code | income |
transfer | code | income |
transfer | code | income |
transfer | code | income |
# API
差异
参数 | 说明 | 类型 | 默认值 | 版本 |
---|---|---|---|---|
readOnly | 是否只读 | boolean | false | |
text | 默认显示文本 | string |
← Table TreeSelect →