Przeglądaj źródła

add:文件类型管理

liujiayin 2 lat temu
rodzic
commit
90bdbd1813
1 zmienionych plików z 15 dodań i 0 usunięć
  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>