diff --git a/src/main/resources/common/email.properties b/src/main/resources/common/email.properties index 2f63c940..bd530070 100644 --- a/src/main/resources/common/email.properties +++ b/src/main/resources/common/email.properties @@ -1,3 +1,3 @@ -stmp=smtp.gaodonghua.com -emailname=alan@gaodonghua.com -password=1QAZ2wsx \ No newline at end of file +stmp=smtp.126.com +emailname=accountnms@126.com +password=public \ No newline at end of file diff --git a/src/main/resources/common/jdbc.properties b/src/main/resources/common/jdbc.properties index f244e1eb..cf5bf151 100644 --- a/src/main/resources/common/jdbc.properties +++ b/src/main/resources/common/jdbc.properties @@ -1,4 +1,4 @@ -jdbcUrl= jdbc\:mysql\://mysql.gaodonghua.com\:13306/jsh_erp?useUnicode\=true&characterEncoding\=UTF-8 +jdbcUrl= jdbc\:mysql\://localhost\:3306/jsh_erp?useUnicode\=true&characterEncoding\=UTF-8 driverClass= com.mysql.jdbc.Driver user= root -password=Alan!@# \ No newline at end of file +password= 1234 \ No newline at end of file diff --git a/src/main/webapp/pages/manage/account.jsp b/src/main/webapp/pages/manage/account.jsp index 31ace74c..72c42bed 100644 --- a/src/main/webapp/pages/manage/account.jsp +++ b/src/main/webapp/pages/manage/account.jsp @@ -142,7 +142,7 @@ }, {title: '备注', field: 'remark', width: 100}, { - title: '操作', field: 'op', align: "center", width: 180, formatter: function (value, rec) { + title: '操作', field: 'op', align: "center", width: 210, formatter: function (value, rec) { var str = ''; var rowInfo = rec.id + 'AaBb' + rec.name + 'AaBb' + rec.serialNo + 'AaBb' + rec.initialAmount + 'AaBb' + rec.currentAmount + 'AaBb' + rec.remark; if (1 == value) { diff --git a/src/main/webapp/pages/manage/log.jsp b/src/main/webapp/pages/manage/log.jsp index 1c0c9867..852d3d59 100644 --- a/src/main/webapp/pages/manage/log.jsp +++ b/src/main/webapp/pages/manage/log.jsp @@ -126,9 +126,9 @@ pageList: initPageNum, columns: [[ {title: '操作模块', field: 'operation', width: 120}, - {title: '操作人员', field: 'username', width: 100, align: "center"}, + {title: '操作人员', field: 'username', width: 80, align: "center"}, {title: '操作IP', field: 'clientIP', width: 90, align: "center"}, - {title: '操作时间', field: 'createTime', width: 150, align: "center"}, + {title: '操作时间', field: 'createTime', width: 130, align: "center"}, {title: '操作详情', field: 'details', width: 380}, {title: '操作状态', field: 'status', width: 70}, {title: '备注', field: 'remark', width: 180}