瀏覽代碼

02/10 12:40

测试开放陪练课
261568008@qq.com 5 年之前
父節點
當前提交
e9ad1be4ae

文件差異過大導致無法顯示
+ 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;
+            }
           }
         }
       );

部分文件因文件數量過多而無法顯示