Browse Source

Merge remote-tracking branch 'origin/master'

klausY 5 years ago
parent
commit
856aeba33a
1 changed files with 4 additions and 5 deletions
  1. 4 5
      QMPlusVuePage/src/view/superAdmin/api/api.vue

+ 4 - 5
QMPlusVuePage/src/view/superAdmin/api/api.vue

@@ -25,15 +25,14 @@
             <el-tag
               :key="scope.row.methodFiletr"
               :type="scope.row.method|tagTypeFiletr"
-               size="mini"
-              effect="dark">
-              {{scope.row.method|methodFiletr}}
-            </el-tag>
+              effect="dark"
+              size="mini"
+            >{{scope.row.method|methodFiletr}}</el-tag>
             <!-- {{scope.row.method|methodFiletr}} -->
           </div>
         </template>
       </el-table-column>
-      
+
       <el-table-column fixed="right" label="操作" width="200">
         <template slot-scope="scope">
           <el-button @click="editApi(scope.row)" size="small" type="text">编辑</el-button>