瀏覽代碼

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

yys 1 周之前
父節點
當前提交
e03c6936a8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>