Sign in

简柏林 / thingskit-front · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-front
  • src
  • views
  • basicConfiguration
  • unit
  • config
  • enum.ts
  • feat: 基础配置-班组管理-暂存(列表中中英文配置、查询&列表column&操作按钮显示、批量操作按钮显示、班组人员插槽写点击事件、新增-字段配置,还缺少其他的)
    f19a5cb3
    史婷婷 authored
    2025-04-14 11:13:42 +0800  
    Browse Files »
enum.ts 277 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
export enum SchemaFiled {
  WAY = 'queryMode',
  TIME_PERIOD = 'timePeriod',
  KEYS = 'keys',
  DATE_RANGE = 'dataRange',
  START_TS = 'startTs',
  END_TS = 'endTs',
  INTERVAL = 'interval',
  LIMIT = 'limit',
  AGG = 'agg',
  ORDER_BY = 'orderBy',
  DATA_TYPE = 'dataType',
}