Explorar el Código

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

yys hace 1 semana
padre
commit
e03c6936a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>