Browse Source

前端样式调整

zyc 1 year ago
parent
commit
1ca25e7a88

+ 1 - 1
ruoyi-generator/src/main/resources/templates/tool/gen/createTable.html

@@ -19,7 +19,7 @@
     function submitHandler() {
         var rows = $("#text_create").val();
         if (rows.length == 0) {
-            $.modal.alertWarning("请输入建表语句");
+            $.modal.alertWarning("请输入建表语句");
             return;
         }
         var data = {"sql": rows};

+ 1 - 1
ruoyi-quartz/src/main/resources/templates/monitor/job/add.html

@@ -93,7 +93,7 @@
 			},
 			messages: {
 	            "cronExpression": {
-	                remote: "表达式不正确"
+	                remote: "表达式不正确"
 	            }
 	        },
 	        focusCleanup: true