// 是 否 export const BOOLEAN_OPTIONS = [ { label: '是', value: 'true'}, { label: '否', value: 'false' }, ];