mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-12-10 04:47:50 +00:00
自动完成控件
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
*/
|
||||
/**
|
||||
* 配置信息
|
||||
* @property {CommonTableColumn[]} columns 表格显示列配置
|
||||
* @buttonSize {''|'large'|'small'|'default'}
|
||||
*/
|
||||
const props = defineProps({
|
||||
/**
|
||||
@@ -40,7 +42,7 @@ const props = defineProps({
|
||||
<el-table-column
|
||||
v-if="!column.isOperation"
|
||||
:label="column.label || $t(column.labelKey)"
|
||||
:property="column.property"
|
||||
:prop="column.prop||column.property"
|
||||
:width="column.width"
|
||||
v-bind="column.attrs"
|
||||
:formatter="column.formatter"
|
||||
|
||||
Reference in New Issue
Block a user