perf: 搜索下拉 ID

This commit is contained in:
ibuler
2022-06-15 15:47:56 +08:00
committed by 老广
parent 09010e4e94
commit 385e654fbe

View File

@@ -85,6 +85,9 @@ export default {
{ label: i18n.t('common.No'), value: false }
]
}
if (option.value === 'id') {
option.label = 'ID'
}
vm.internalOptions.push(option)
}
},