From 68cec8e416a96d615fc41e8b34803ae05b7d3749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=AF=BA?= <1253070437@qq.com> Date: Tue, 1 Jun 2021 00:22:16 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _web/src/views/system/file/index.vue | 16 ++------- _web/src/views/system/log/oplog/index.vue | 1 - _web/src/views/system/notice/index.vue | 31 ++++------------ .../src/views/system/noticeReceived/index.vue | 31 ++++------------ _web/src/views/system/timers/index.vue | 35 ++++++------------- 5 files changed, 26 insertions(+), 88 deletions(-) diff --git a/_web/src/views/system/file/index.vue b/_web/src/views/system/file/index.vue index d364d14c..7366d268 100644 --- a/_web/src/views/system/file/index.vue +++ b/_web/src/views/system/file/index.vue @@ -42,7 +42,7 @@ ref="table" :columns="columns" :data="loadData" - :alert="true" + :alert="false" :rowKey="(record) => record.id" :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }" > @@ -64,7 +64,7 @@ {{ text }} - {{ fileLocationFilter(text) }} + {{ 'file_storage_location' | dictType(text) }} {{ text }} @@ -90,7 +90,6 @@