Showing
4 changed files
with
6 additions
and
5 deletions
@@ -1050,7 +1050,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions'], function | @@ -1050,7 +1050,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions'], function | ||
1050 | common.openWin('baseconfig/alarmsubscribe/add', title, {id: id}, ['保存', '取消'], function () { | 1050 | common.openWin('baseconfig/alarmsubscribe/add', title, {id: id}, ['保存', '取消'], function () { |
1051 | $("#alarmsubscribe-form-save-id").trigger("click"); | 1051 | $("#alarmsubscribe-form-save-id").trigger("click"); |
1052 | return false; | 1052 | return false; |
1053 | - }, null, ['60%', '80%'], null, null); | 1053 | + }, null, ['90%', '90%'], null, null); |
1054 | } | 1054 | } |
1055 | 1055 | ||
1056 | //根据busId获取业务类型或资源的订阅 | 1056 | //根据busId获取业务类型或资源的订阅 |
@@ -98,8 +98,9 @@ layui.define(['form', 'table', 'admin', 'common', 'sessions'], function (exports | @@ -98,8 +98,9 @@ layui.define(['form', 'table', 'admin', 'common', 'sessions'], function (exports | ||
98 | <td>${isDefault}</td> | 98 | <td>${isDefault}</td> |
99 | <td>${d.kpiName}</td> | 99 | <td>${d.kpiName}</td> |
100 | <td>${kpiIdent}</td> | 100 | <td>${kpiIdent}</td> |
101 | - <td style="text-align:center;"><button data-id="${d.alarmPolicyId}" class="layui-btn layui-btn-xs layui-btn-normal delete-alarmtemplate-policy-btn"> | ||
102 | - <i class="layui-icon"></i></button></td> | 101 | + <td style="text-align:center;"> |
102 | + <a data-id="${d.alarmPolicyId}" class="layui-btn layui-btn-xs layui-btn-normal delete-alarmtemplate-policy-btn">删除</a> | ||
103 | + </td> | ||
103 | </tr> | 104 | </tr> |
104 | `; | 105 | `; |
105 | }) | 106 | }) |
@@ -39,7 +39,7 @@ layui.define(['lay', 'element', 'form'], function (exports) { //假如该组件 | @@ -39,7 +39,7 @@ layui.define(['lay', 'element', 'form'], function (exports) { //假如该组件 | ||
39 | 39 | ||
40 | //主体CSS等待事件 | 40 | //主体CSS等待事件 |
41 | , ready: function (fn) { | 41 | , ready: function (fn) { |
42 | - var cssPath = "/src/style/css/cron.css?v=" + cron.v; | 42 | + var cssPath = "/monitor-web/src/style/css/cron.css?v=" + cron.v; |
43 | layui.link(cssPath, fn, "cron"); //此处的“cron”要对应 cron.css 中的样式: html #layuicss-cron{} | 43 | layui.link(cssPath, fn, "cron"); //此处的“cron”要对应 cron.css 中的样式: html #layuicss-cron{} |
44 | return this; | 44 | return this; |
45 | } | 45 | } |
@@ -24,7 +24,7 @@ | @@ -24,7 +24,7 @@ | ||
24 | </dependencies> | 24 | </dependencies> |
25 | 25 | ||
26 | <build> | 26 | <build> |
27 | - <finalName>zhjk-web-${version}.${timestamp}</finalName> | 27 | + <finalName>mj-zhjk-web_6.2.0.${timestamp}</finalName> |
28 | <resources> | 28 | <resources> |
29 | <resource> | 29 | <resource> |
30 | <directory>src/main/resources</directory> | 30 | <directory>src/main/resources</directory> |
-
Please register or login to post a comment