diff --git a/public/template/component/new_schedule.html b/public/template/component/new_schedule.html index 55ccf4ce..2ed0812c 100644 --- a/public/template/component/new_schedule.html +++ b/public/template/component/new_schedule.html @@ -29,6 +29,9 @@

+
+ 使用简单模式填写 +
新建/重构
@@ -119,6 +122,18 @@ servername: this.servername })); this.toBack(); + }, + toPopWindForTime: function () { + TOOLS.popWind({ + style: { + maxWidth: "400px" + }, + title: "计划任务简单模式", + template: "template/dialog/time_bulider.html", + callback: function (result) { + console.log("得到结果", result) + } + }); } } }); diff --git a/public/template/component/schedule.html b/public/template/component/schedule.html index 8d83caf7..f7a23033 100644 --- a/public/template/component/schedule.html +++ b/public/template/component/schedule.html @@ -53,16 +53,6 @@ \ No newline at end of file