1   男
2   女
现在只把男,女放到下拉中了,怎么将1,2两个值放到下拉中。。xtype:'combo',
fieldLabel:"性别",
mode :"local",
                                       displayField:'sex'
readOnly:true,
triggerAction : "all",
value:"男",
disabled:false,
store:new Ext.data.SimpleStore({
fields: ['sex'],
data:[["男"] , ["女"]]
}),
valueField: 'businessId'