export default { // 许可类型 licenseType: { fixed: { label: '固定许可', value: '1', }, floating: { label: '浮动许可', value: '2', }, }, }