vue-iview 个人项目

1.登录

vue-iview 个人项目

2.登录进去后,首页:

vue-iview 个人项目

3.员工管理-添加员工

vue-iview 个人项目

4.订单管理-查询订单

vue-iview 个人项目

5.报表统计-第一季度销售收据

vue-iview 个人项目

目前这个项目个人还在继续开发过程中,用的技术主要是Vue + iview + VCharts

用到的技术细节:vue指令:v-model, v-bind:click, v-bind:class, v-for, v-cloak, v-show, v-if, v-text, vueRouter,bus, props, $emit(),$on();$off();

<keep-alive></keep-alive>,动态组件:<component v-bind:is='currentComponent'></component>

vue 生命周期函数:mounted(), created(), beforeDestroy()