From d1b239c91cd3040146575c17168e453b36ebb3cd Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Fri, 20 Oct 2023 21:00:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=A6=E5=8F=91=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/SysconfAdminView.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/system/SysconfAdminView.vue b/src/views/system/SysconfAdminView.vue index b000c2b..3a37d6d 100644 --- a/src/views/system/SysconfAdminView.vue +++ b/src/views/system/SysconfAdminView.vue @@ -133,7 +133,7 @@ export default { align: 'center', width: '5%', formatter: function (val, row, index) { - return '
'; + return ' '; } }, { @@ -142,7 +142,7 @@ export default { align: 'center', width: '5%', formatter: function (val, row, index) { - return ' '; + return ' '; } }, { @@ -165,7 +165,7 @@ export default { align: 'center', width: '5%', formatter: function (val, row, index) { - return ' '; + return ' '; } }, {