jiaqingjiayi-xiaochengxu/甲情_甲意/node_modules/antd-mini/less/Picker/index.sjs

9 lines
214 B
Plaintext
Raw Normal View History

2024-11-15 03:51:28 +00:00
function getPickerViewLabel(item) {
if (typeof item === 'object' && typeof item.label === 'string') {
return item.label || '';
}
return item;
}
export default {
getPickerViewLabel: getPickerViewLabel
};