Browse Source

12/07 14:45

mo 4 năm trước cách đây
mục cha
commit
6fa602b3cf

+ 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>