From 4463dc91ddbaba121fe64edd61c97bf190e5c9a6 Mon Sep 17 00:00:00 2001 From: chenjinlong <22208488@qq.com> Date: Mon, 25 Jan 2021 16:59:25 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90config=E3=80=91=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/assets/modular/system/config/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/assets/modular/system/config/config.js b/src/main/webapp/assets/modular/system/config/config.js index dc8a2ad0..363f70e0 100644 --- a/src/main/webapp/assets/modular/system/config/config.js +++ b/src/main/webapp/assets/modular/system/config/config.js @@ -174,10 +174,10 @@ layui.use(['layer', 'form', 'table', 'util', 'admin', 'func', 'HttpRequest'], fu {type: 'checkbox'}, {type: 'numbers'}, {field: 'configId', hide: true, title: '主键'}, - {field: 'configName', sort: true, align: "center", title: '名称'}, - {field: 'configCode', sort: true, align: "center", title: '属性编码'}, - {field: 'configValue', sort: true, align: "center", title: '属性值'}, - {field: 'remark', sort: true, align: "center", title: '备注'}, + {field: 'configName', sort: true, title: '名称'}, + {field: 'configCode', sort: true, title: '属性编码'}, + {field: 'configValue', sort: true, title: '属性值'}, + {field: 'remark', sort: true, title: '备注'}, {align: 'center', toolbar: '#dictTbBar', title: '操作'} ]], parseData: Feng.parseData,