diff --git a/app/view/index/edit.html b/app/view/index/edit.html index 735ddbd..1d5bc98 100644 --- a/app/view/index/edit.html +++ b/app/view/index/edit.html @@ -113,7 +113,7 @@
- +
@@ -121,19 +121,19 @@
- +
- +
- +
@@ -141,19 +141,19 @@
- +
- +
- +
@@ -161,19 +161,19 @@
- +
- +
- +
diff --git a/app/view/index/index.html b/app/view/index/index.html index e1fc303..76c00d0 100644 --- a/app/view/index/index.html +++ b/app/view/index/index.html @@ -223,7 +223,11 @@ title:'车辆信息', url: '{:url("/index/carInfo/")}', //数据接口 where: getUrlParam('Object'), - defaultToolbar: ['filter', 'exports', 'print'], + defaultToolbar: ['filter', 'print', 'exports', { + title: '提示' //标题 + ,layEvent: 'LAYTABLE_TIPS' //事件名,用于 toolbar 事件中使用 + ,icon: 'layui-icon-tips' //图标类名 + }], page: true, //开启分页 limit: 20, loading: true,