Browse Source

编译打包

lex-xin 5 years ago
parent
commit
e2845f6662

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 0 - 0
dist/static/css/chunk-46234199.54a36887.css → dist/static/css/chunk-0f80892d.85fe6124.css


+ 0 - 0
dist/static/css/chunk-d576a10e.a8cbc41d.css → dist/static/css/chunk-54726652.b7765e4f.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.b45654cf.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-0f80892d.7191c2b3.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-46234199.4b2c4ce5.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-54726652.c2e15327.js


+ 6 - 0
src/views/teamDetail/components/classList.vue

@@ -16,6 +16,7 @@
     <!-- <div class="newBand"
     <!-- <div class="newBand"
          @click="resetClass">班级调整</div> -->
          @click="resetClass">班级调整</div> -->
     <div class="newBand"
     <div class="newBand"
+         v-permission="'courseSchedule/coursePostpone'"
          @click="postpone">课程顺延</div>
          @click="postpone">课程顺延</div>
     <div class="tableWrap">
     <div class="tableWrap">
       <el-table :data='tableList'
       <el-table :data='tableList'
@@ -58,6 +59,7 @@
                          label="在读人数">
                          label="在读人数">
         </el-table-column>
         </el-table-column>
         <el-table-column align='center'
         <el-table-column align='center'
+                        v-if="permission('courseSchedule/coursePostpone')"
                          label="操作">
                          label="操作">
           <template slot-scope="scope">
           <template slot-scope="scope">
             <div>
             <div>
@@ -133,6 +135,7 @@
 <script>
 <script>
 import pagination from '@/components/Pagination/index'
 import pagination from '@/components/Pagination/index'
 import { getClassList, coursePostpone } from '@/api/buildTeam'
 import { getClassList, coursePostpone } from '@/api/buildTeam'
+import { permission } from '@/utils/directivePage'
 export default {
 export default {
   props: {
   props: {
     teamid: {
     teamid: {
@@ -178,6 +181,9 @@ export default {
     this.getList();
     this.getList();
   },
   },
   methods: {
   methods: {
+    permission (str) {
+      return permission(str)
+    },
     getList () {
     getList () {
       // search: this.teamid
       // search: this.teamid
       getClassList({ search: this.teamid, page: this.rules.page, rows: this.rules.limit }).then(res => {
       getClassList({ search: this.teamid, page: this.rules.page, rows: this.rules.limit }).then(res => {

Some files were not shown because too many files changed in this diff