Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
35b821d7
Commit
35b821d7
authored
Dec 13, 2020
by
zhengjie
Browse files
[代码优化](v2.6):bug fix
close
https://github.com/elunez/eladmin/issues/540
parent
a97fb6ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
35b821d7
...
...
@@ -84,26 +84,6 @@
- eladmin-tools 系统第三方工具模块
- eladmin-generator 系统代码生成模块
```
#### 系统预览
<table>
<tr>
<td><img
src=
"https://img.el-admin.vip/images/2020/09/05/image.png"
alt=
"image.png"
border=
"0"
/></td>
<td><img
src=
"https://img.el-admin.vip/images/2020/09/05/image1fdb6befae2368c8.png"
alt=
"image1fdb6befae2368c8.png"
border=
"0"
/></td>
</tr>
<tr>
<td><img
src=
"https://img.el-admin.vip/images/2020/09/05/image80b090dc27faea86.png"
alt=
"image80b090dc27faea86.png"
border=
"0"
/></td>
<td><img
src=
"https://img.el-admin.vip/images/2020/09/05/imagec7e0a6b8701cd890.png"
alt=
"imagec7e0a6b8701cd890.png"
border=
"0"
/></td>
</tr>
<tr>
<td><img
src=
"https://img.el-admin.vip/images/2020/09/05/imageff0d9e4ab8d3674c.png"
alt=
"imageff0d9e4ab8d3674c.png"
border=
"0"
/></td>
<td><img
src=
"https://img.el-admin.vip/images/2020/09/05/image923ef574ace41404.png"
alt=
"image923ef574ace41404.png"
border=
"0"
/></td>
</tr>
<tr>
<td><img
src=
"https://img.el-admin.vip/images/2020/09/05/imagef37b559927af1a10.png"
alt=
"imagef37b559927af1a10.png"
border=
"0"
/></td>
<td><img
src=
"https://img.el-admin.vip/images/2020/09/05/imageabafc6a7f0522967.png"
alt=
"imageabafc6a7f0522967.png"
border=
"0"
/></td>
</tr>
</table>
#### 特别鸣谢
...
...
eladmin-system/src/main/resources/template/generator/front/index.ftl
View file @
35b821d7
...
...
@@ -70,7 +70,7 @@
</el-form>
<div slot="footer" class="dialog-footer">
<el-button type="text" @click="crud.cancelCU">取消</el-button>
<el-button :loading="crud.cu === 2" type="primary" @click="crud.submitCU">确认</el-button>
<el-button :loading="crud.
status.
cu === 2" type="primary" @click="crud.submitCU">确认</el-button>
</div>
</el-dialog>
<!--表格渲染-->
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment