wjj пре 2 месеци
родитељ
комит
6f455ffe51
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/components/course/userCoursePeriod.vue

+ 2 - 2
src/components/course/userCoursePeriod.vue

@@ -42,7 +42,7 @@
             <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
                 <template slot-scope="scope">
                     <el-button size="mini" type="text" icon="el-icon-setting"
-                        @click="handlePeriodSettings(scope.row)">选择视频</el-button>
+                        @click="handlePeriodSettings(scope.row)">选择课节</el-button>
                 </template>
             </el-table-column>
         </el-table>
@@ -394,7 +394,7 @@ export default {
                     batchSendCourse(this.imSendForm).then(res => {
                         if (res.errCode == 0) {
                             this.imCancel();
-                            this.$message.success('发送成功')
+                            this.$message.success(res.errMsg)
                         }
                     })
                 }