修改功能展示

pull/1/head
wangziyangyang 2020-03-16 13:16:23 +08:00
parent 0027d0eeee
commit 3c48da6ea8
2 changed files with 9 additions and 8 deletions

View File

@ -1,22 +1,23 @@
# 黑科MES 本人重起了一套springboot 开源框架 代码标准规范化。
## 界面展示
![](https://s2.ax1x.com/2020/03/06/3b89zD.gif)
![1](https://s2.ax1x.com/2020/03/06/3b89zD.gif)
### 登录界面 含粒子特效
![1](https://s2.ax1x.com/2020/03/06/3bQLqI.png)
![1.1](https://s2.ax1x.com/2020/03/06/3bQLqI.png)
### 主菜单界面
![1](https://s2.ax1x.com/2020/03/10/8CydC4.png)
![1.1](https://s2.ax1x.com/2020/03/10/8CydC4.png)
### 功能界面
![1](https://s2.ax1x.com/2020/03/06/3bQbMd.png)
![1.1.1](https://s2.ax1x.com/2020/03/06/3bQbMd.png)
主数据展示
![1](https://s2.ax1x.com/2020/03/11/8AMcA1.png)
![1.1.2](https://s2.ax1x.com/2020/03/11/8AMcA1.png)
工序与流程管理界面
![1.1.3](https://s1.ax1x.com/2020/03/16/8GOl28.png)
### swaggerAPI管理界面
![](https://s2.ax1x.com/2020/03/06/3qC4Yt.png)
![2](https://s2.ax1x.com/2020/03/06/3qC4Yt.png)
## 技术架构
### springBoot+mybatis-plus+redis+shiro+hutool+layui+jenkins+swagger+freemarker
实现功能:

View File

@ -33,7 +33,7 @@
<div class="layui-inline">
<label for="js-descr" class="layui-form-label sp-required">流程时序
</label>
<div class="layui-input-inline">
<div class="layui-input-inline" style="width: 200px">
<input type="text" id="js-process" name="process" lay-verify="required" autocomplete="off"
class="layui-input" value="${flow.process}">
</div>