From 40e825d0e1f5c9877dd818e9f11d2cfe1d30d82c Mon Sep 17 00:00:00 2001 From: liuxiaoxu <1793812695@qq.com> Date: Mon, 21 Oct 2024 14:44:57 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E5=B7=A5=E7=A8=8B=E7=AE=A1=E7=90=86?= =?UTF-8?q?=20=E6=8C=89=E7=85=A7=E4=B8=87=E6=9D=90=E8=A6=81=E6=B1=82?= =?UTF-8?q?=EF=BC=9A=E4=BD=BF=E7=94=A8=E4=BA=A7=E5=93=81=E5=9E=8B=E5=8F=B7?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E4=B8=BA=E6=B5=8B=E8=AF=95=E6=A1=88=E4=BE=8B?= =?UTF-8?q?=EF=BC=9A=E4=BF=AE=E6=94=B9=E4=B8=8A=E6=AC=A1=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E7=9A=84=E6=A0=B7=E5=BC=8F=EF=BC=8C=E5=8A=A0?= =?UTF-8?q?=E4=B8=8A=E9=A2=9C=E8=89=B2=E5=87=B8=E6=98=BE=EF=BC=8C=E5=92=8C?= =?UTF-8?q?=E9=BC=A0=E6=A0=87=E7=A7=BB=E4=B8=8A=E5=8E=BB=E4=BC=9A=E5=8F=98?= =?UTF-8?q?=E6=88=90=E2=80=9D=E6=89=8B=E2=80=9C=E7=9A=84=E5=BD=A2=E7=8A=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/customerQuote/customerQuote.html | 9 --------- .../main/resources/templates/system/model/model.html | 12 +++++++++++- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/customerQuote/customerQuote.html b/ruoyi-admin/src/main/resources/templates/system/customerQuote/customerQuote.html index 6b731161..22489952 100644 --- a/ruoyi-admin/src/main/resources/templates/system/customerQuote/customerQuote.html +++ b/ruoyi-admin/src/main/resources/templates/system/customerQuote/customerQuote.html @@ -271,24 +271,15 @@ }, {field: 'applyUserName', title: '申请人',align: 'center'}, {field: 'applyTime',title: '申请时间',align: 'center', - formatter: function(value, row, index) { - return $.table.tooltip(value, 10, "open"); - } }, {title:'业务员',field:'businessMembers',align: 'center'}, {title: '定价时间',field: 'pricingDate',align: 'center'}, {title: '录入人',field: 'createBy',align: 'center'}, {title: '录入时间',field: 'createTime',sortable: true,align: 'center', - formatter: function(value, row, index) { - return $.table.tooltip(value, 10, "open"); - } }, {title: '更新人',field: 'updateBy',align: 'center'}, { title: '上次修改时间',field: 'updateTime',align: 'center', - formatter: function(value, row, index) { - return $.table.tooltip(value, 10, "open"); - } }, {title: '备注',field: 'remark'}, { diff --git a/ruoyi-admin/src/main/resources/templates/system/model/model.html b/ruoyi-admin/src/main/resources/templates/system/model/model.html index 5a1bdcac..171345e0 100644 --- a/ruoyi-admin/src/main/resources/templates/system/model/model.html +++ b/ruoyi-admin/src/main/resources/templates/system/model/model.html @@ -108,7 +108,17 @@ { title: '创建人',field: 'createBy',visible: false}, { title: '录入时间',field: 'createTime'}, { title: '更新人',field: 'updateBy'}, - { title:'上次更新时间',field: 'updateTime'}, + { + title: '上次更新时间', + field: 'updateTime', + formatter: function(value, row, index) { + if (value) { + return '' + value + ''; + } else { + return value; + } + } + }, { title: '操作', align: 'center',