From d06271ba898ef2d1128c6b96172e7a249ee4df2c Mon Sep 17 00:00:00 2001 From: zhangsiqi <2825463979@qq.com> Date: Fri, 30 Aug 2024 15:47:26 +0800 Subject: [PATCH] =?UTF-8?q?[feat]:=20=E9=9A=90=E8=97=8F=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E7=9A=84=E6=88=91=E7=9A=84=E8=AF=B7=E6=B1=82=E6=8C=89=E9=92=AE?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E6=88=91=E7=9A=84?= =?UTF-8?q?=E5=BE=85=E5=8A=9E=E7=9A=84=E9=A1=B5=E9=9D=A2=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E7=9A=84=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/templates/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/index.html b/ruoyi-admin/src/main/resources/templates/index.html index 71f056c4..7a20b434 100644 --- a/ruoyi-admin/src/main/resources/templates/index.html +++ b/ruoyi-admin/src/main/resources/templates/index.html @@ -198,10 +198,10 @@ @@ -386,7 +386,7 @@ var offset = transDate(obj.todoTime) //$("#todoItemList").append("
  • "+transDate(obj.todoTime)+" "+obj.itemName+"
  • "); var url = ctx + obj.moduleUrl + "/edit/" + obj.itemContent; - $("#todoItemList").append("
  • "+transDate(obj.todoTime)+" "+obj.itemName+"
  • "); + $("#todoItemList").append("
  • "+transDate(obj.todoTime)+" "+obj.itemName+"
  • "); // $("#todoItemList").append( // "
  • " + // "
    " + @@ -425,7 +425,7 @@ var url = ctx + "remind/view/" + obj.id; $("#remindList").append( "
  • " + - " " + + " " + "" + offset + " " + " " + " " +