瀏覽代碼

feat: 小黑屋列表名字调整

caoliqin 1 天之前
父節點
當前提交
429860aba5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/user/darkRoom/index.vue

+ 1 - 1
src/views/user/darkRoom/index.vue

@@ -55,7 +55,7 @@
       </el-table-column>
       <el-table-column label="参与营期数量" align="center" prop="partCourseCount" width="100px"/>
       <el-table-column label="最后一次看课时间" align="center" prop="lastWatchDate"  width="160px"/>
-      <el-table-column label="用户状态" align="center" prop="courseCountStatus">
+      <el-table-column label="看课状态" align="center" prop="courseCountStatus">
         <template slot-scope="scope">
           <el-tag effect="dark" type="success" v-if="scope.row.courseCountStatus === 1">正常</el-tag>
           <el-tag effect="dark" type="info"    v-else-if="scope.row.courseCountStatus === 2">停止</el-tag>