liuyuqiang 2 lat temu
rodzic
commit
f2dea9c3d2

BIN
doc/若依环境使用手册.docx


+ 1 - 1
sooka-admin/src/main/resources/application.yml

@@ -17,7 +17,7 @@ sooka:
 # 开发环境配置
 server:
   # 服务器的HTTP端口,默认为80
-  port: 8081
+  port: 80
   servlet:
     # 应用的访问路径
     context-path: /

+ 1 - 1
sooka-admin/src/main/resources/templates/index.html

@@ -26,7 +26,7 @@
         </div>
         <a th:href="@{/index}">
             <li class="logo hidden-xs">
-                <span class="logo-lg">sooka</span>
+                <span class="logo-lg">后台管理系统</span>
             </li>
          </a>
         <div class="sidebar-collapse">

+ 1 - 0
sooka-admin/src/main/resources/templates/schooldistrict/index/index.html

@@ -85,6 +85,7 @@
                 {
                     field: 'vName',
                     title: '委(村)',
+                    width: '600px'
                 },
                 {
                     field: 'schoolId',

+ 5 - 5
sooka-admin/src/main/resources/templates/system/notice/notice.html

@@ -53,7 +53,7 @@
         var editFlag = [[${@permission.hasPermi('system:notice:edit')}]];
         var removeFlag = [[${@permission.hasPermi('system:notice:remove')}]];
         var types = [[${@dict.getType('sys_notice_type')}]];
-        var datas = [[${@dict.getType('sys_notice_status')}]];
+        // var datas = [[${@dict.getType('sys_notice_status')}]];
         var prefix = ctx + "system/notice";
 
         $(function() {
@@ -71,10 +71,10 @@
 					field : 'noticeId', 
 					title : '序号' 
 				},
-				{
+				/*{
 					field : 'noticeTitle', 
 					title : '公告标题' 
-				},
+				},*/
 				{
 		            field: 'noticeType',
 		            title: '公告类型',
@@ -83,14 +83,14 @@
 		            	return $.table.selectDictLabel(types, value);
 		            }
 		        },
-				{
+			/*	{
 		            field: 'status',
 		            title: '状态',
 		            align: 'center',
 		            formatter: function(value, row, index) {
 		            	return $.table.selectDictLabel(datas, value);
 		            }
-		        },
+		        },*/
 				{
 					field : 'createBy', 
 					title : '创建者'