Explorar el Código

字典搜索优化

汪钰 hace 3 años
padre
commit
72dc105448
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7 1
      src/views/system/dictionary/components/dict-data-search.vue

+ 7 - 1
src/views/system/dictionary/components/dict-data-search.vue

@@ -53,7 +53,13 @@
             查询
           </el-button>
 
-          <el-button @click="reset" size="medium">重置</el-button>
+          <el-button
+            @click="reset"
+            icon="el-icon-refresh"
+            class="ele-btn-icon"
+            size="medium"
+            >重置</el-button
+          >
 
           <slot></slot>
         </el-form-item>