|
|
|
@ -146,7 +146,7 @@ layui.define(['layer'], function (exports) {
|
|
|
|
|
],
|
|
|
|
|
formDesignerHtml: '<div class="layui-layout layui-layout-admin">\n' +
|
|
|
|
|
'<div style="background-color: #fff;display: flex;justify-content: space-between;align-items:center;margin: 0 5px;border-bottom:1px solid #E6E6E6;">\n' +
|
|
|
|
|
'<div class="layui-layer-title" style="font-weight: bolder;border-bottom: 0;">创建任务</div>\n' +
|
|
|
|
|
'<div class="layui-layer-title" style="font-weight: bolder;border-bottom: 0;">新建任务</div>\n' +
|
|
|
|
|
'<div style="width: 140px;">\n' +
|
|
|
|
|
'<button type="button" class="layui-btn layui-btn-sm" id="formSave">保存</button>\n' +
|
|
|
|
|
'<button type="button" class="layui-btn layui-btn-primary layui-btn-sm" id="returnList">返回</button>\n' +
|
|
|
|
|