vue+elementui+nodejs hospital epidemic prevention and control management system 3935y

  Language node.js
framework: Express
front-end: Vue.js
database: mysql 
database tool: Navicat
development software: VScode 

The rapid development of the Internet has made people's lives inseparable from the Internet, and the same is true for the development of hospitals. In modern hospitals, regardless of size, they have their own management systems or internal control systems. Employees can handle hospital matters more conveniently, such as asking for leave, checking in and clocking in, or giving suggestions and suggestions for improvement to the hospital. Through this website, similar needs can be completely solved, and it has a positive effect on the development of hospitals and even the progress of society.
Administrator; home page, personal center, user management, doctor management, epidemic announcement management, appointment management, appointment order management, epidemic prevention report management, abnormal report management, system management, front home page; home page, epidemic announcement, appointment management, personal center , background management, doctor reply, front-end vue+elementui,
(1) Vue introduces elementui
1. Use npm to install element-ui
npm i element-ui -S
2. Import in main.js using vue
import 'element-ui/lib /theme-chalk/index.css' //Don't forget to import styles
import ElementUI from 'element-ui'
Vue.use(ElementUI)
  backend: java(springboot+ssm)/python/php/nodejs/

User; home page, personal center, epidemic announcement management, appointment management, appointment order management, system management functions, so as to achieve efficient management of the hospital epidemic prevention and control management system.

  
  Abstract
I
ABSTRACT II
Contents II
Chapter 1 Introduction 1
1.1 Background and Significance 1
1.2 Research Overview at Home and Abroad 1
1.3 Research Content 1Chapter
2 Related Technologies 2
 3
2.5 MySQL Database 3Chapter
3 System Analysis 4
3.1 Demand Analysis 4
3.2 System Feasibility Analysis 4
3.2.1 Technical Feasibility: Technical Background 4
3.2.2 Economic Feasibility 5
3.2.3 Operational Feasibility: 5
3.3 Project Design Objectives and Principles 5
3.4 System Process Analysis 6
3.4.1 Operational Process 6
3.4. 2Add information flow 7
3.4.3Delete information flow 8Chapter
4 System design 10
4.1 System architecture 10
4.2 Development process design 11
4.3 Database design principles 12
4.4 Data table 14Chapter
5 Detailed design of the system 19
5.1 Front page function module 19
5.2 Administrator function module 19
5.3 User Function Module 22
Chapter 6 System Test 26
6.1 Purpose of System Test 26
6.2 System Test Method 27
6.3 Function Test 27
Conclusion 29
Acknowledgments 30
References 31

Guess you like

Origin blog.csdn.net/qq2295116502/article/details/130667054