瀏覽代碼

12/07 14:45

mo 4 年之前
父節點
當前提交
6fa602b3cf
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 2 1
      src/router/notKeepAliveList.js
  2. 1 1
      src/views/teamDetail/componentCourse/courseEvaluate.vue

+ 2 - 1
src/router/notKeepAliveList.js

@@ -10,5 +10,6 @@ export default [
   '/vipClassSet/branchActiveOperation',
   '/vipClassSet/vipChargeSeting',
   '/vipClassSet/vipActiveList',
-  '/vipClassSet/vipNewActive'
+  '/vipClassSet/vipNewActive',
+  '/main/main'
 ]

+ 1 - 1
src/views/teamDetail/componentCourse/courseEvaluate.vue

@@ -15,7 +15,7 @@
           <template slot-scope="scope">
             <div>
               {{ scope.row.username }}
-              <span style="color: #f56c6c">{{scope.row.id}}</span>
+              <span style="color: #f56c6c">{{scope.row.userId}}</span>
             </div>
           </template>
         </el-table-column>