Skip to content

django vue 一个简单的工作流系统,工单系统

Notifications You must be signed in to change notification settings

itimor/one-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django vue 工作流管理系统

包含 用户角色菜单权限 管理, 这是基础的工作流系统,初始化会生成请假工作流, 也可以自行配置其他工作流比如,发布工单等。

开发环境

后端

安装依赖

cd backend
pip install -r dev_requirements.txt

初始化系统

  • 生成管理员账号 admin 123456
python manage.py migrate
python manage.py init_sys

生成工作流

  • 用户 ops,ops_tl,dev,dev_tl,hr,hr_tl
  • 密码 123456
python manage.py init_wf
python manage.py init_ticket
python manage.py init_leave

运行

python manage.py runserver

前端

cd frontend
npm install
npm run dev

开始使用

使用 admin 登录

给所有角色分配工作流权限

role

分配菜单 和 数据 权限

role_edit

配置假期工作流

role

新建工单

role

编辑工单

role

所有工单

role

About

django vue 一个简单的工作流系统,工单系统

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published