From 8509bfe916ea42cddefbe52f7bba71e1b5cd18e1 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 02 四月 2021 16:28:37 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/locStatis/locStatis.js | 1 + src/main/resources/application.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 682fa44..334741f 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -14,7 +14,7 @@ # password: xltys1995 # sql-server driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver - url: jdbc:sqlserver://192.168.110.56:1433;databasename=htasrs + url: jdbc:sqlserver://localhost:1433;databasename=htasrs username: sa password: sa@123 mvc: diff --git a/src/main/webapp/static/js/locStatis/locStatis.js b/src/main/webapp/static/js/locStatis/locStatis.js index f607ca0..c747d16 100644 --- a/src/main/webapp/static/js/locStatis/locStatis.js +++ b/src/main/webapp/static/js/locStatis/locStatis.js @@ -1,6 +1,7 @@ var pageCurr; function getCol() { var cols = [ + {type: 'numbers', fixed: 'left'}, {field: 'anfme', align: 'center',title: '搴撳瓨鏁伴噺', style: 'font-weight: bold'} ]; arrRemove(detlCols, "field", "anfme") -- Gitblit v1.9.1