Ext.define('saas.view.test.myform.FormPanelModel', { extend: 'saas.view.core.form.FormPanelModel', alias: 'viewmodel.test-myform-formpanel', data: { company: '深圳市优软科技有限公司', name: 'saas', c: [{ text: '列', dataIndex: 'c' }] } });