开发者社区> 问答> 正文

Extjs文件引用,store文件下有这个文件,但报错找不到?报错

Ext.define('demo.view.panel.Due',{
    extend:'Ext.grid.Panel',
    xtype:'due',
    frame:true,
    title:'特别约定',
    width: 100,  
    collapsible: true,
    scrollable:true,
    tools:[],
    bodyStyle: 'background:#ffffff; padding:1px;',
    bodyPadding:3,
    store:'app',
    columns:[
    {header:'id',width:100,dataIndex:'id',hidden:true},
    {header:'约定代码',width:100,dataIndex:'due_id'},
    {header:'约定名称',width:100,dataIndex:'due_name'},
    {header:'约定内容',width:300,dataIndex:'due_content'}

    ],
buttons:{
    align:'center',
    items:[
    {
        text:'增加',
        handler:function(){
            Ext.Msg.alert("增加","增加成功");
        }

    },
    {
        text:'删除',
        handler:function(){
            Ext.Msg.alert("删除","删除成功");
        }

    }
    ]
}
    
})
store文件下有这个文件,但报错找不到

展开
收起
爱吃鱼的程序员 2020-06-10 15:12:15 481 0
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    给出全路径除非在xxxModel.js中定义了app这个store

    2020-06-10 15:12:33
    赞同 展开评论 打赏
问答分类:
问答地址:
问答排行榜
最热
最新

相关电子书

更多
穆客带你快速定位 Node.js 内存泄露 立即下载
穆客带你快速定位Node.js内存泄露 立即下载
低代码开发师(初级)实战教程 立即下载