@gonsin/gview 2.0.26 → 2.0.28
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.
|
@@ -152,7 +152,7 @@ export declare type TableColumn = {
|
|
|
152
152
|
/**
|
|
153
153
|
* @description: 列显示的格式
|
|
154
154
|
*/
|
|
155
|
-
columnType?: "TEXT" | "ENUMS" | "BUTTONS" | "FORM_ITEM";
|
|
155
|
+
columnType?: "TEXT" | "ENUMS" | "BUTTONS" | "FORM_ITEM" | "DATE" | "QR_CODE" | "IMAGE";
|
|
156
156
|
/**
|
|
157
157
|
* @description: 枚举范围
|
|
158
158
|
*/
|