Sfoglia il codice sorgente

add:文件类型管理

liujiayin 3 anni fa
parent
commit
90bdbd1813
1 ha cambiato i file con 15 aggiunte e 0 eliminazioni
  1. 15 0
      src/views/platform/cat/type/fileType.vue

+ 15 - 0
src/views/platform/cat/type/fileType.vue

@@ -0,0 +1,15 @@
+<template>
+  <manage categoryKey="FILE_TYPE" />
+</template>
+<script>
+import Manage from './manage'
+export default {
+  components: {
+    Manage
+  },
+  data() {
+    return {
+    }
+  }
+}
+</script>