Giter VIP home page Giter VIP logo

performance-management-frontend's Introduction

绩效管理系统-前端

一个基于Flask+vue-element-admin前后端分离的绩效管理系统

说明

此为前端代码,对应前端代码请移步绩效管理系统-后端

使用方法

本地测试

后端(源码)

1、修改my_jixiao_backend/app/config/settings.py中SQLALCHEMY_DATABASE_URI为自己数据库地址

2、数据库中运行jixiao_zhanshi.sql文件,添加测试数据

3、

cd performance-management-backend
pip install -r requirements.txt
flask run -p 7000

前端

cd performance-management-frontend
npm i
npm run dev

确保数据库数据正确加载后,使用账号登陆

账号:10000
密码:123456

Docker

后端(源码)

1、修改performance-management-backend/app/config/settings.py中SQLALCHEMY_DATABASE_URI为自己数据库地址

2、数据库中运行jixiao_zhanshi.sql文件,添加测试数据

3、

cd performance-management-backend
docker image build -t performance-management-backend:1 .
docker run -it -d -p 7000:7000 performance-management-backend:1

前端

cd performance-management-frontend
npm i 
npm run build:prod
docker image build -t performance-management-frontend:1 .
docker run -it id 7001:80 performance-management-frontend:1

确保数据库数据正确加载后,浏览器访问http://127.0.0.1:7001,使用账号登陆

账号:10000
密码:123456

部分截图

其他说明

绩效分配规则对应每个使用部门的规则都不一样,此开源系统仅供参考,适合相关人员进行二次开发。不适用于所有业务逻辑。

License

MIT

performance-management-frontend's People

Contributors

run-nerver avatar

Watchers

James Cloos 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.