Johnson 7 年 前
コミット
fb7e15b61c
1 ファイル変更1 行追加3 行削除
  1. 1 3
      src/views/teacher/Document/docList.vue

+ 1 - 3
src/views/teacher/Document/docList.vue

@@ -1,5 +1,5 @@
 <template>
-  <div>显示该组的文档列表</div>
+  <div>显示该组的文档</div>
 </template>
 
 <script>
@@ -7,5 +7,3 @@ export default {
   name: "docList"
 };
 </script>
-
-<style scoped></style>