@kengic/vue 0.9.6-beta.1 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,8 @@ export declare type IUseKgFormItemSelect = {
|
|
5
5
|
varPossibility: ComputedRef<VarPossibility | null>;
|
6
6
|
/** 作为数据的列. */
|
7
7
|
val_clm: ComputedRef<string>;
|
8
|
+
/** 作为显示的列. */
|
9
|
+
lbl_clm: ComputedRef<string>;
|
8
10
|
/** 查询参数. */
|
9
11
|
commandParameter: ComputedRef<Record<string, any>>;
|
10
12
|
/** 列表数据. */
|