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 + " " + " " + " " +