소스 검색

06/08 14:46

111
mo 5 년 전
부모
커밋
e5a87987fd
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-00b86644.e9d3d1fe.js
  3. 2 2
      src/views/teacherManager/teacherDetail/components/serveStudentList.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-00b86644.e9d3d1fe.js


+ 2 - 2
src/views/teacherManager/teacherDetail/components/serveStudentList.vue

@@ -2,7 +2,7 @@
   <div class='courseInfo'>
     <div class="newBand"
          @click="resetCourses"
-         v-permission="'studentManage/batchUpdateAdviser'">课程移交</div>
+         v-permission="'studentManage/batchUpdateAdviser'">学员移交</div>
     <div class="tableWrap tableMargin">
       <!-- <h4>试听课</h4> -->
       <el-table :data='tableList'
@@ -41,7 +41,7 @@
                   :page-sizes="pageInfo.page_size"
                   @pagination="getList" />
     </div>
-    <el-dialog title='课程移交'
+    <el-dialog title='学员移交'
                :visible.sync="maskVisible"
                width="400px">
       <el-form :model="maskForm"

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.