更新配置
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
stmp=smtp.gaodonghua.com
|
||||
emailname=alan@gaodonghua.com
|
||||
password=1QAZ2wsx
|
||||
stmp=smtp.126.com
|
||||
emailname=accountnms@126.com
|
||||
password=public
|
||||
@@ -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!@#
|
||||
password= 1234
|
||||
@@ -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) {
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user