转运PC端

maotao b72edf661b 大输液优化 il y a 2 semaines
e2e 8d7b61336f 初始化项目 il y a 3 ans
src b72edf661b 大输液优化 il y a 2 semaines
upload 2bfa20d72a 更新配置 il y a 3 mois
.editorconfig 8d7b61336f 初始化项目 il y a 3 ans
.gitignore 8d7b61336f 初始化项目 il y a 3 ans
README.md 1fc5812339 微信配置 il y a 2 mois
angular.json c446b18e31 iconfont合并 il y a 4 mois
browserslist 8d7b61336f 初始化项目 il y a 3 ans
karma.conf.js 8d7b61336f 初始化项目 il y a 3 ans
package-lock.json f345499771 更新package.lock il y a 2 mois
package.json 39d9d9aefc 拉取代码 il y a 1 mois
proxy.conf.json 925e8b4510 工单详情 il y a 1 mois
tsconfig.app.es5.json 8d7b61336f 初始化项目 il y a 3 ans
tsconfig.app.json e14c52594a 消毒供应大屏 il y a 1 an
tsconfig.json ec39080e99 拉取代码 il y a 2 mois
tsconfig.spec.json 8d7b61336f 初始化项目 il y a 3 ans
tslint.json 8d7b61336f 初始化项目 il y a 3 ans

README.md

转运PC端

目录说明-seimin(2021-03-08)

  • directives 存放指令
  • guard 存放守卫
  • pipes 存放管道
  • services 存放服务
  • views 存放视图
  • share 存放共享组件
  • components 存放复用性不高的组件

后端提示-seimin(2021-07-05)

  • /simple/data/fetchDataList/{model} 查询列表
  • /simple/data/fetchData/{model}/{id} 查询详情
  • /simple/data/addData/{model} 新增,更新
  • /simple/data/addListData/{model} 新增,更新多个【暂时不用】
  • /simple/data/updData/{model} 更新【暂时不用】
  • /simple/data/rmvData/{model} 删除