Kaynağa Gözat

1、四福堂增加课程增加课程id

yys 3 ay önce
ebeveyn
işleme
e03c6936a8

+ 1 - 1
src/views/course/userCoursePeriod/index.vue

@@ -361,7 +361,7 @@
             <el-option
             <el-option
               v-for="dict in courseList"
               v-for="dict in courseList"
               :key="dict.dictValue"
               :key="dict.dictValue"
-              :label="dict.dictLabel"
+              :label="dict.dictValue + ' - ' + dict.dictLabel"
               :value="parseInt(dict.dictValue)"
               :value="parseInt(dict.dictValue)"
             />
             />
           </el-select>
           </el-select>