Jelajahi Sumber

默认配置表格支持移动端适配

RuoYi 5 tahun lalu
induk
melakukan
cf211fa19c
39 mengubah file dengan 42 tambahan dan 40 penghapusan
  1. 2 0
      ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js
  2. 1 1
      ruoyi-admin/src/main/resources/templates/demo/modal/table/check.html
  3. 1 1
      ruoyi-admin/src/main/resources/templates/demo/modal/table/parent.html
  4. 1 1
      ruoyi-admin/src/main/resources/templates/demo/modal/table/radio.html
  5. 1 1
      ruoyi-admin/src/main/resources/templates/demo/operate/table.html
  6. 1 1
      ruoyi-admin/src/main/resources/templates/demo/table/button.html
  7. 1 1
      ruoyi-admin/src/main/resources/templates/demo/table/child.html
  8. 1 1
      ruoyi-admin/src/main/resources/templates/demo/table/curd.html
  9. 1 1
      ruoyi-admin/src/main/resources/templates/demo/table/detail.html
  10. 1 1
      ruoyi-admin/src/main/resources/templates/demo/table/editable.html
  11. 1 1
      ruoyi-admin/src/main/resources/templates/demo/table/event.html
  12. 1 1
      ruoyi-admin/src/main/resources/templates/demo/table/export.html
  13. 1 1
      ruoyi-admin/src/main/resources/templates/demo/table/fixedColumns.html
  14. 1 1
      ruoyi-admin/src/main/resources/templates/demo/table/footer.html
  15. 1 1
      ruoyi-admin/src/main/resources/templates/demo/table/groupHeader.html
  16. 1 1
      ruoyi-admin/src/main/resources/templates/demo/table/image.html
  17. 2 2
      ruoyi-admin/src/main/resources/templates/demo/table/multi.html
  18. 1 1
      ruoyi-admin/src/main/resources/templates/demo/table/other.html
  19. 1 1
      ruoyi-admin/src/main/resources/templates/demo/table/pageGo.html
  20. 2 2
      ruoyi-admin/src/main/resources/templates/demo/table/params.html
  21. 1 1
      ruoyi-admin/src/main/resources/templates/demo/table/remember.html
  22. 1 1
      ruoyi-admin/src/main/resources/templates/demo/table/reorder.html
  23. 1 1
      ruoyi-admin/src/main/resources/templates/monitor/logininfor/logininfor.html
  24. 1 1
      ruoyi-admin/src/main/resources/templates/monitor/online/online.html
  25. 1 1
      ruoyi-admin/src/main/resources/templates/monitor/operlog/operlog.html
  26. 1 1
      ruoyi-admin/src/main/resources/templates/system/config/config.html
  27. 1 1
      ruoyi-admin/src/main/resources/templates/system/dict/data/data.html
  28. 1 1
      ruoyi-admin/src/main/resources/templates/system/dict/type/type.html
  29. 1 1
      ruoyi-admin/src/main/resources/templates/system/notice/notice.html
  30. 1 1
      ruoyi-admin/src/main/resources/templates/system/post/post.html
  31. 1 1
      ruoyi-admin/src/main/resources/templates/system/role/authUser.html
  32. 1 1
      ruoyi-admin/src/main/resources/templates/system/role/role.html
  33. 1 1
      ruoyi-admin/src/main/resources/templates/system/role/selectUser.html
  34. 1 1
      ruoyi-admin/src/main/resources/templates/system/user/user.html
  35. 1 1
      ruoyi-generator/src/main/resources/templates/tool/gen/gen.html
  36. 1 1
      ruoyi-generator/src/main/resources/templates/tool/gen/importTable.html
  37. 1 1
      ruoyi-generator/src/main/resources/vm/html/list.html.vm
  38. 1 1
      ruoyi-quartz/src/main/resources/templates/monitor/job/job.html
  39. 1 1
      ruoyi-quartz/src/main/resources/templates/monitor/job/jobLog.html

+ 2 - 0
ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js

@@ -35,6 +35,7 @@
                     showToggle: true,
                     showExport: false,
                     clickToSelect: false,
+                    mobileResponsive: true,
                     rememberSelected: false,
         		    fixedColumns: false,
         		    fixedNumber: 0,
@@ -78,6 +79,7 @@
                     showExport: options.showExport,                     // 是否支持导出文件
                     uniqueId: options.uniqueId,                         // 唯 一的标识符
                     clickToSelect: options.clickToSelect,				// 是否启用点击选中行
+                    mobileResponsive: options.mobileResponsive,         // 是否支持移动端适配
                     detailView: options.detailView,                     // 是否启用显示细节视图
                     onClickRow: options.onClickRow,                     // 点击某行触发的事件
                     onDblClickRow: options.onDblClickRow,               // 双击某行触发的事件

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/modal/table/check.html

@@ -7,7 +7,7 @@
      <div class="container-div">
 		<div class="row">
 			<div class="col-sm-12 select-table table-striped">
-				<table id="bootstrap-table" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/modal/table/parent.html

@@ -7,7 +7,7 @@
      <div class="container-div">
 		<div class="row">
 			<div class="col-sm-12 select-table table-striped">
-				<table id="bootstrap-table" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/modal/table/radio.html

@@ -7,7 +7,7 @@
      <div class="container-div">
 		<div class="row">
 			<div class="col-sm-12 select-table table-striped">
-				<table id="bootstrap-table" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/operate/table.html

@@ -30,7 +30,7 @@
         </div>
 		<div class="row">
 			<div class="col-sm-12 select-table table-striped">
-				<table id="bootstrap-table" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/table/button.html

@@ -23,7 +23,7 @@
 			</div>
 			
 			<div class="col-sm-12 select-table table-striped">
-				<table id="bootstrap-table" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/table/child.html

@@ -7,7 +7,7 @@
      <div class="container-div">
 		<div class="row">
 			<div class="col-sm-12 select-table table-striped">
-				<table id="bootstrap-table" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/table/curd.html

@@ -36,7 +36,7 @@
         </div>
 		<div class="row">
 			<div class="col-sm-12 select-table table-striped">
-				<table id="bootstrap-table" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/table/detail.html

@@ -7,7 +7,7 @@
      <div class="container-div">
 		<div class="row">
 			<div class="col-sm-12 select-table table-striped">
-				<table id="bootstrap-table" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/table/editable.html

@@ -16,7 +16,7 @@
         </div>
 		<div class="row">
 			<div class="col-sm-12 select-table table-striped">
-				<table id="bootstrap-table" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/table/event.html

@@ -8,7 +8,7 @@
 		<div class="row">
 			<div class="col-sm-12 select-table table-striped">
 			    <p class="select-title">自定义触发事件(点击某行/双击某行/单击某格/双击某格/服务器发送数据前触发/数据被加载时触发)</p>
-				<table id="bootstrap-table" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/table/export.html

@@ -7,7 +7,7 @@
      <div class="container-div">
 		<div class="row">
 			<div class="col-sm-12 select-table table-striped">
-				<table id="bootstrap-table" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/table/fixedColumns.html

@@ -18,7 +18,7 @@
 		        </a>
 	        </div>
 			<div class="col-sm-12 select-table table-striped">
-				<table id="bootstrap-table" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/table/footer.html

@@ -7,7 +7,7 @@
      <div class="container-div">
 		<div class="row">
 			<div class="col-sm-12 select-table table-striped">
-				<table id="bootstrap-table" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/table/groupHeader.html

@@ -7,7 +7,7 @@
      <div class="container-div">
 		<div class="row">
 			<div class="col-sm-12 select-table table-bordered">
-				<table id="bootstrap-table" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/table/image.html

@@ -7,7 +7,7 @@
      <div class="container-div">
 		<div class="row">
 			<div class="col-sm-12 select-table table-striped">
-				<table id="bootstrap-table" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 2 - 2
ruoyi-admin/src/main/resources/templates/demo/table/multi.html

@@ -33,7 +33,7 @@
 	            </a>
             </div>
 			<div class="col-sm-12 select-table table-striped">
-				<table id="bootstrap-table1" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table1"></table>
 			</div>
 		</div>
 	</div>
@@ -68,7 +68,7 @@
 	            </a>
             </div>
 			<div class="col-sm-12 select-table table-striped">
-				<table id="bootstrap-table2" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table2"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/table/other.html

@@ -27,7 +27,7 @@
         </div>
 		<div class="row">
 			<div class="col-sm-12 select-table table-striped">
-				<table id="bootstrap-table" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/table/pageGo.html

@@ -7,7 +7,7 @@
      <div class="container-div">
 		<div class="row">
 			<div class="col-sm-12 select-table table-striped">
-				<table id="bootstrap-table" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 2 - 2
ruoyi-admin/src/main/resources/templates/demo/table/params.html

@@ -8,7 +8,7 @@
 		<div class="row">
 			<div class="col-sm-12 select-table table-striped">
 				<p class="select-title">通过queryParams方法设置</p>
-				<table id="bootstrap-table" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table"></table>
 			</div>
 			
 			<div class="col-sm-12 search-collapse">
@@ -24,7 +24,7 @@
 			</div>
 			<div class="col-sm-12 select-table table-striped">
 				<p class="select-title">通过form自动填充</p>
-				<table id="bootstrap-table-form" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table-form"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/table/remember.html

@@ -12,7 +12,7 @@
         </div>
 		<div class="row">
 			<div class="col-sm-12 select-table table-striped">
-				<table id="bootstrap-table" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/table/reorder.html

@@ -8,7 +8,7 @@
 		<div class="row">
 			<div class="col-sm-12 select-table table-striped">
 			    <p class="select-title">按住表格拖拽</p>
-				<table id="bootstrap-table" data-mobile-responsive="true"
+				<table id="bootstrap-table"
 				 data-use-row-attr-func="true"
 				 data-reorderable-rows="true"></table>
 			</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/monitor/logininfor/logininfor.html

@@ -50,7 +50,7 @@
 	        </div>
         
 	        <div class="col-sm-12 select-table table-striped">
-			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
+			    <table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/monitor/online/online.html

@@ -32,7 +32,7 @@
 	        </div>
 	        
 	        <div class="col-sm-12 select-table table-striped">
-			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
+			    <table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/monitor/operlog/operlog.html

@@ -56,7 +56,7 @@
 	        </div>
 	        
 			<div class="col-sm-12 select-table table-striped">
-				<table id="bootstrap-table" data-mobile-responsive="true"></table>
+				<table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/system/config/config.html

@@ -52,7 +52,7 @@
 		        </a>
 	        </div>
 	        <div class="col-sm-12 select-table table-striped">
-	            <table id="bootstrap-table" data-mobile-responsive="true"></table>
+	            <table id="bootstrap-table"></table>
 	        </div>
 	    </div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/system/dict/data/data.html

@@ -49,7 +49,7 @@
 	        </div>
 	        
 	        <div class="col-sm-12 select-table table-striped">
-			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
+			    <table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/system/dict/type/type.html

@@ -53,7 +53,7 @@
 	        </div>
 	        
 	        <div class="col-sm-12 select-table table-striped">
-			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
+			    <table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/system/notice/notice.html

@@ -44,7 +44,7 @@
 	        </div>
 	        
 	        <div class="col-sm-12 select-table table-striped">
-	            <table id="bootstrap-table" data-mobile-responsive="true"></table>
+	            <table id="bootstrap-table"></table>
 	        </div>
     	</div>
     </div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/system/post/post.html

@@ -47,7 +47,7 @@
 	        </div>
 	        
 	        <div class="col-sm-12 select-table table-striped">
-			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
+			    <table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/system/role/authUser.html

@@ -39,7 +39,7 @@
 	        </div>
 	        
 	        <div class="col-sm-12 select-table table-striped">
-			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
+			    <table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/system/role/role.html

@@ -53,7 +53,7 @@
 	        </div>
 	        
 	        <div class="col-sm-12 select-table table-striped">
-			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
+			    <table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/system/role/selectUser.html

@@ -28,7 +28,7 @@
 			</div>
 	        
 	        <div class="col-sm-12 select-table table-striped">
-			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
+			    <table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/system/user/user.html

@@ -80,7 +80,7 @@
 		        </div>
 		        
 		        <div class="col-sm-12 select-table table-striped">
-				    <table id="bootstrap-table" data-mobile-responsive="true"></table>
+				    <table id="bootstrap-table"></table>
 				</div>
 			</div>
 		</div>

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

@@ -47,7 +47,7 @@
 		    </div>
 		
 		    <div class="col-sm-12 select-table table-striped">
-			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
+			    <table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

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

@@ -26,7 +26,7 @@
 			</div>
 			
 		    <div class="col-sm-12 select-table table-striped">
-			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
+			    <table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

+ 1 - 1
ruoyi-generator/src/main/resources/vm/html/list.html.vm

@@ -74,7 +74,7 @@
                  </a>
             </div>
             <div class="col-sm-12 select-table table-striped">
-                <table id="bootstrap-table" data-mobile-responsive="true"></table>
+                <table id="bootstrap-table"></table>
             </div>
         </div>
     </div>

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

@@ -53,7 +53,7 @@
 	        </div>
         
 	        <div class="col-sm-12 select-table table-striped">
-			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
+			    <table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>

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

@@ -54,7 +54,7 @@
 	        </div>
 	        
 	        <div class="col-sm-12 select-table table-striped">
-			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
+			    <table id="bootstrap-table"></table>
 			</div>
 		</div>
 	</div>