Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
593170c0
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1434
Star
162
Fork
130
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Skyeye
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
593170c0
编写于
10月 31, 2018
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
添加模板添加编辑时的提示
上级
55641b51
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
17 addition
and
0 deletion
+17
-0
skyeye-web/src/main/webapp/js/codemodel/codemodeledit.js
skyeye-web/src/main/webapp/js/codemodel/codemodeledit.js
+11
-0
skyeye-web/src/main/webapp/tpl/codemodel/codemodeledit.html
skyeye-web/src/main/webapp/tpl/codemodel/codemodeledit.html
+6
-0
未找到文件。
skyeye-web/src/main/webapp/js/codemodel/codemodeledit.js
浏览文件 @
593170c0
...
...
@@ -11,6 +11,17 @@ layui.config({
form
=
layui
.
form
;
var
editor
;
layer
.
open
({
type
:
1
,
closeBtn
:
0
,
//关闭按钮
resize
:
false
,
//是否允许拉伸
offset
:
'
l
'
,
// 具体配置参考:offset参数项
content
:
$
(
"
#modelContentDiv
"
).
html
(),
area
:
[
'
200px
'
,
'
400px
'
],
shade
:
0
,
//不显示遮罩
title
:
'
注意事项
'
});
showGrid
({
id
:
"
showForm
"
,
url
:
reqBasePath
+
"
codemodel009
"
,
...
...
skyeye-web/src/main/webapp/tpl/codemodel/codemodeledit.html
浏览文件 @
593170c0
...
...
@@ -16,6 +16,12 @@
</form>
</div>
<div
id=
"modelContentDiv"
style=
"height:auto; position: fixed; left: 10000px;"
>
模板使用替换事项:
<br>
1.${{package}}为包名替换
<br>
2.${{tableName}}为Controller、Service等层的类名,类方法。
<br>
</div>
<script
src=
"../../assets/lib/layui/layui.js"
></script>
<script
src=
"../../assets/lib/layui/custom.js"
></script>
<script
type=
"text/javascript"
>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录