extjs textfield 用value赋值但是木有显示

2025-05-13 01:14:19
推荐回答(1个)
回答(1):

{
    xtype: 'textfield',       
    labelWidth: vlabelWidth,
    width: vwidth,
    fieldLabel: '神马集团',
    padding:'0 0 5 0',
    emptyText:'无此项工作',
    value:'1',
    disabled: !this.modifyMod
}

你改成这样试试,不知道是不是标点的问题