Newer
Older
jh-business-system / src / views / business / measure / item / components / third / suggestions.ts
dutingting 28 days ago 284 bytes Initial commit: 项目初始化
// 电子式绝缘电阻表(指针式)、兆欧表 标准值有特殊字段要求: 特殊字符包括:∞、超出量程、/、指针偏离标度中心线位置超过1mm
const suggestions: { [key: string]: string }[] = [
  {
    value: '∞',
  },
]

export {
  suggestions,
}