From 892132843c10b06627731fcb7f0ccc7a317335b8 Mon Sep 17 00:00:00 2001 From: zhaocheng <578322713@qq.com> Date: Tue, 30 Aug 2022 16:22:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=85=8D=E7=BD=AE=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E5=8F=8A=E5=A4=9A=E4=B8=AA=E7=94=B5=E8=AF=9D=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E6=98=BE=E7=A4=BA=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/view/index/edit.html | 20 ++++++++++---------- app/view/index/index.html | 6 +++++- 2 files changed, 15 insertions(+), 11 deletions(-) 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,