@kengic/vue 0.9.6-beta.1 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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
|
/** 列表数据. */
|