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',