From e406f86513697c47be006eee225f26644447f233 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E5=BC=BA?= <1206709430@qq.com>
Date: Sun, 11 Jul 2021 15:47:19 +0800
Subject: [PATCH] =?UTF-8?q?eslint(dvadmin):=20=E6=A0=BC=E5=BC=8F=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/vadmin/system/dict/data.vue | 60 +++++++++++--------
1 file changed, 34 insertions(+), 26 deletions(-)
diff --git a/dvadmin-ui/src/views/vadmin/system/dict/data.vue b/dvadmin-ui/src/views/vadmin/system/dict/data.vue
index 79c312d..f2ee874 100755
--- a/dvadmin-ui/src/views/vadmin/system/dict/data.vue
+++ b/dvadmin-ui/src/views/vadmin/system/dict/data.vue
@@ -3,7 +3,8 @@
@@ -41,9 +42,12 @@
- 搜索
+ 搜索
重置
@@ -188,7 +192,10 @@
-
@@ -197,8 +204,7 @@
v-for="dict in statusOptions"
:key="dict.dictValue"
:label="dict.dictValue"
- >{{ dict.dictLabel }}
+ >{{ dict.dictLabel }}
@@ -214,7 +220,7 @@