mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2026-02-06 16:45:34 +00:00
优化
This commit is contained in:
parent
e931fd7ec6
commit
81c2e67b77
@ -1,10 +1,10 @@
|
|||||||
export const CrudProps = {
|
export const CrudProps = {
|
||||||
prop: String, // Key
|
prop: String, // Key
|
||||||
column: Object, // 列数据
|
column: null, // 列数据
|
||||||
row: Object, // 行数据
|
row: null, // 行数据
|
||||||
index: Number, // 行索引
|
index: null, // 行索引
|
||||||
scope: Object, // 表单作用域
|
scope: null, // 表单作用域
|
||||||
disabled: Boolean, // 是否禁用
|
disabled: null, // 是否禁用
|
||||||
isEdit: Boolean, // 是否编辑
|
isEdit: null, // 是否编辑
|
||||||
isDisabled: Boolean // 是否禁用
|
isDisabled: null // 是否禁用
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user