From 827c624942aa0da10fc513c8424c5442f8f845c3 Mon Sep 17 00:00:00 2001 From: liuxiaoxu <1793812695@qq.com> Date: Wed, 23 Oct 2024 16:41:01 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E5=9F=BA=E7=A1=80=E8=B5=84=E6=96=99?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=20=E6=8C=89=E7=85=A7=E4=B8=87=E6=9D=90?= =?UTF-8?q?=E8=A6=81=E6=B1=82=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=87=BA=E5=B7=AE?= =?UTF-8?q?=E5=8D=95=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2=EF=BC=9A=E5=87=BA?= =?UTF-8?q?=E5=B7=AE=E4=BA=8B=E7=94=B1=E5=92=8C=E5=87=BA=E5=B7=AE=E8=AF=A6?= =?UTF-8?q?=E7=BB=86=E5=9C=B0=E5=9D=80=E5=AD=97=E6=AE=B5=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E4=BD=BF=E7=94=A8tooltip=E5=87=BD=E6=95=B0=EF=BC=8C=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=A6=82=E6=9E=9C=E5=86=85=E5=AE=B9=E8=B6=85=E8=BF=87?= =?UTF-8?q?5=E4=B8=AA=E5=AD=97=E5=B0=B1=E9=83=A8=E5=88=86=E9=9A=90?= =?UTF-8?q?=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/baseEvectionForm/baseEvectionForm.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/baseEvectionForm/baseEvectionForm.html b/ruoyi-admin/src/main/resources/templates/system/baseEvectionForm/baseEvectionForm.html index 86a2a2f9..5fdb6869 100644 --- a/ruoyi-admin/src/main/resources/templates/system/baseEvectionForm/baseEvectionForm.html +++ b/ruoyi-admin/src/main/resources/templates/system/baseEvectionForm/baseEvectionForm.html @@ -146,8 +146,16 @@ {title: '出差人',field: 'evectionBy',align: 'center',visible: false,}, {title: '同行人',field: 'partnerBy',align: 'center',}, {title: '出差地',field: 'evectionAddr',align: 'center',}, - {title: '出差详细地址',field: 'evectionDetailAddr',align: 'center',}, - {title: '出差事由',field: 'evectionCauses',align: 'center',}, + {title: '出差详细地址',field: 'evectionDetailAddr',align: 'center', + formatter: function(value, row, index) { + return $.table.tooltip(value,5,"open"); + } + }, + {title: '出差事由',field: 'evectionCauses',align: 'center', + formatter: function(value, row, index) { + return $.table.tooltip(value,5,"open"); + } + }, {title: '出差起始时间',field: 'evectionBeginTime',align: 'center',visible: false,}, {title: '出差结束时间',field: 'evectionEndTime',align: 'center',visible: false,}, {title: '出差时间',field: 'evectionTime',align: 'center',