Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 632 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 632 Bytes

ng2-meteor-tasks

演示效果: http://47.88.2.174:3000

Tasks 数据结构说吗

    {
      title:"标题",
      beizu:“任务备注说明”,
      state:1,//任务状态 0是新建的待定任务,1是进行中,2是已经完成
      riqi:”2015-09-20“//任务时间”,
      comments:[
      {
        shijian:2015-09-14 10:12:00,
        content:"评论内容",
        user:“评论人”
      },{
        shijian:2015-09-14 10:12:00,
        content:"评论内容",
        user:“评论人”
      }
      ]
    }