소스 검색

temp save

liujq 4 년 전
부모
커밋
d49589e890

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/chunk-9703b3b4.b0582246.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/chunk-d367a868.868a8f61.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.c0c1a02d.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-9703b3b4.0c46021e.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-d367a868.0f104998.js


+ 2 - 2
src/views/school/components/popup/IndexEdit.vue

@@ -97,8 +97,8 @@ export default {
             remoteOptions: remoteOptionsHouse
           },
           { label: '学校地址', key: 'address' },
-          { label: '学费', key: 'tuition', class: 'c-2', type: 'inputFont', appendFont: '元/年' },
-          { label: '是否住宿', key: 'is_live', type: 'select', class: 'c-2', options: this.$dictData.sys_yesno },
+          { label: '学费', key: 'tuition', class: 'c-2', type: 'inputFont', appendFont: '元/年' },
+          { label: '有无住宿', key: 'is_live', type: 'select', class: 'c-2', options: this.$dictData.sys_yesno2 },
         ]
       } else {
         this.formData = [

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.