UNPKG

@jay.kou/rak-ssr

Version:

A react based UI components for admin system

15 lines 257 B
export var columns = [{ title: '用户', dataIndex: 'userId,userName', valueType: 'select', fieldProps: { labelInValue: true, options: [{ label: 'Jack', value: '1' }, { label: 'Jennifer', value: '2' }] } }];