@ailife-dev-vue/uiplus-dev 0.0.13 → 0.0.15

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.
package/dist/index.d.ts CHANGED
@@ -1342,8 +1342,8 @@ export declare interface GeneralHistoricalRecordConfigItem {
1342
1342
  /** 二级页 tab 标题 */
1343
1343
  tabTitle: string;
1344
1344
  /**
1345
- * 允许展示的记录值
1346
- * 为空数组时展示该项全部记录
1345
+ * 允许展示的记录值(仅 bool/enum 生效;int/float 忽略)
1346
+ * 为空数组时展示该项全部记录;非空时仅展示 data 与某一 enumVal 相等的记录
1347
1347
  */
1348
1348
  enabledValues?: Array<string | number>;
1349
1349
  }