更新配置

This commit is contained in:
季圣华
2018-04-22 16:01:29 +08:00
parent 7a436d1c46
commit 0fcb3288fa
4 changed files with 8 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
stmp=smtp.gaodonghua.com stmp=smtp.126.com
emailname=alan@gaodonghua.com emailname=accountnms@126.com
password=1QAZ2wsx password=public

View File

@@ -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 driverClass= com.mysql.jdbc.Driver
user= root user= root
password=Alan!@# password= 1234

View File

@@ -142,7 +142,7 @@
}, },
{title: '备注', field: 'remark', width: 100}, {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 str = '';
var rowInfo = rec.id + 'AaBb' + rec.name + 'AaBb' + rec.serialNo + 'AaBb' + rec.initialAmount + 'AaBb' + rec.currentAmount + 'AaBb' + rec.remark; var rowInfo = rec.id + 'AaBb' + rec.name + 'AaBb' + rec.serialNo + 'AaBb' + rec.initialAmount + 'AaBb' + rec.currentAmount + 'AaBb' + rec.remark;
if (1 == value) { if (1 == value) {

View File

@@ -126,9 +126,9 @@
pageList: initPageNum, pageList: initPageNum,
columns: [[ columns: [[
{title: '操作模块', field: 'operation', width: 120}, {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: '操作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: 'details', width: 380},
{title: '操作状态', field: 'status', width: 70}, {title: '操作状态', field: 'status', width: 70},
{title: '备注', field: 'remark', width: 180} {title: '备注', field: 'remark', width: 180}