소스 검색

02/10 12:40

测试开放陪练课
261568008@qq.com 5 년 전
부모
커밋
e9ad1be4ae
4개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-5cac4260.bedae89a.js
  3. 0 0
      dist/static/js/chunk-5cac4260.f5906a32.js
  4. 5 1
      src/views/accompanyManager/accompanys.vue

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


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


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


+ 5 - 1
src/views/accompanyManager/accompanys.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="m-container">
     <h2>
-      <el-page-header @back="goBack" content="陪练课程组"></el-page-header>
+      <el-page-header @back="goBack" :content="name"></el-page-header>
     </h2>
    <!--   v-permission="'vipGroupManage/updateVipBaseInfo'" -->
       <!-- <div
@@ -137,6 +137,7 @@ export default {
   },
   data() {
     return {
+      name:'陪练课程组',
       courseVisible: false,
       Frules: null,
       FsearchForm: null,
@@ -188,6 +189,9 @@ export default {
           if (res.code == 200) {
             this.tableList = res.data.pageInfo.rows;
             this.rules.total = res.data.pageInfo.total;
+            if( this.tableList.length >0){
+              this.name = this.tableList[0].name;
+            }
           }
         }
       );

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