Browse Source

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

yys 1 week ago
parent
commit
e03c6936a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/course/userCoursePeriod/index.vue

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

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