export const EnumDescSensitivity = { low: { value: 1, label: '低', }, middle: { value: 2, label: '中', }, height: { value: 3, label: '高', }, };