소스 검색

Merge remote-tracking branch 'origin/Payment-Configuration' into Payment-Configuration

xgb 3 일 전
부모
커밋
94f8b2b4ff
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>