Giter Club home page Giter Club logo

iview's Introduction

寝室管理系统

搭建主页面

  1. 完成权限菜单书的初步展示,无条件查询。拼接成嵌套的字符串。
  2. 前端v-for 渲染菜单树。
  3. 完成菜单树路由模块的跳转。

完成员工-角色-权限(中间表)

  1. 设计员工表 (id,user_no[员工编号], user_name, password, sex, card_id[身份证号], email, tel[电话], hobby[爱好], role_id[外键,角色id], create_time, info[备注])
  2. 设计角色表 (id, role_name, role_no[角色编号], info)
  3. 权限表 (id, role_no, power_id, info)

完成表格封装好的组件

  1. 创建表头字段表 tb_table_header (id,title,header,info)

table组件渲染

  1. 将菜单树跳转

生成订单下的账单思路

  1. 先删除该订单下的所有账单(每次更改可能需要改人数,那么钱数也对应更改,用数据库索引(order_no+joiner_no)和update信息 太麻烦,不如直接删除)
  2. 根据本次提交(立项或者更改)的joiner_id来进行重新添加(如何保证订单号?)
  3. 每个人的joiner_id+order_no 生成该订单下的账单号,这样就保证了订单号一致
  4. 注意:如果要删除该订单是否要删除该订单下的账单? bug:要删除,现在还没删除,下次改

2019.12.6

  1. 注意:如果要删除该订单是否要删除该订单下的账单? bug:要删除,现在还没删除,下次改
  2. 通过枚举来实现账单的状态
  3. 增加我的账单页面,完成在线支付功能。
    • 支付是用平台的资金池 还是 使用手机号 转发到支付宝?
  4. 物品管理页面的详情按钮功能未实现。。。。

iview's People

Contributors

lu-dashuai avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.