Browse Source

Merge remote-tracking branch 'origin/master'

main
klausY 5 years ago
parent
commit
856aeba33a
  1. 5
      QMPlusVuePage/src/view/superAdmin/api/api.vue

5
QMPlusVuePage/src/view/superAdmin/api/api.vue

@ -25,10 +25,9 @@
<el-tag <el-tag
:key="scope.row.methodFiletr" :key="scope.row.methodFiletr"
:type="scope.row.method|tagTypeFiletr" :type="scope.row.method|tagTypeFiletr"
effect="dark"
size="mini" size="mini"
effect="dark">
{{scope.row.method|methodFiletr}}
</el-tag>
>{{scope.row.method|methodFiletr}}</el-tag>
<!-- {{scope.row.method|methodFiletr}} --> <!-- {{scope.row.method|methodFiletr}} -->
</div> </div>
</template> </template>

Loading…
Cancel
Save