فهرست منبع

升级oshi到最新版本v5.8.2

RuoYi 3 سال پیش
والد
کامیت
51251331cf
2فایلهای تغییر یافته به همراه4 افزوده شده و 10 حذف شده
  1. 2 2
      pom.xml
  2. 2 8
      ruoyi-generator/src/main/resources/templates/tool/gen/importTable.html

+ 2 - 2
pom.xml

@@ -26,8 +26,8 @@
         <mybatis-spring-boot.version>2.2.0</mybatis-spring-boot.version>
         <pagehelper.boot.version>1.4.0</pagehelper.boot.version>
         <fastjson.version>1.2.78</fastjson.version>
-        <oshi.version>5.8.0</oshi.version>
-        <jna.version>5.8.0</jna.version>
+        <oshi.version>5.8.2</oshi.version>
+        <jna.version>5.9.0</jna.version>
         <commons.io.version>2.11.0</commons.io.version>
         <commons.fileupload.version>1.4</commons.fileupload.version>
         <poi.version>4.1.2</poi.version>

+ 2 - 8
ruoyi-generator/src/main/resources/templates/tool/gen/importTable.html

@@ -37,8 +37,6 @@
 		$(function() {
 		    var options = {
 		        url: prefix + "/db/list",
-		        // sortName: "createTime",
-		        // sortOrder: "desc",
 		        showSearch: false,
 		        showRefresh: false,
 		        showToggle: false,
@@ -59,7 +57,6 @@
 		        {
 		            field: 'tableName',
 		            title: '表名称',
-		            sortable: true,
 		            formatter: function(value, row, index) {
                     	return $.table.tooltip(value);
                     }
@@ -67,20 +64,17 @@
 		        {
 		            field: 'tableComment',
 		            title: '表描述',
-		            sortable: true,
 		            formatter: function(value, row, index) {
                     	return $.table.tooltip(value);
                     }
 		        },
 		        {
 		            field: 'createTime',
-		            title: '创建时间',
-		            sortable: true
+		            title: '创建时间'
 		        },
 		        {
 		            field: 'updateTime',
-		            title: '更新时间',
-		            sortable: true
+		            title: '更新时间'
 		        }]
 		    };
 		    $.table.init(options);