Преглед изворни кода

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>