소스 검색

07/13 11:28

111
mo 5 년 전
부모
커밋
8bd04047fe

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


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


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


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


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


+ 4 - 4
src/views/categroyManager/vipActiveList.vue

@@ -235,7 +235,7 @@
                         style="width:150px"
                         type="number"
                         @mousewheel.native.prevent
-                        v-if="onlineSalary == 'TEACHER_DEFAULT' ||onlineSalary == 'FIXED_SALARY'"
+                        v-if="onlineSalary == 'FIXED_SALARY'"
                         v-model.trim="onlineprice">
                 <template slot="append">元</template>
               </el-input>
@@ -244,7 +244,7 @@
                         style="width:150px"
                         type="number"
                         @mousewheel.native.prevent
-                        v-else
+                        v-else-if="onlineSalary == 'RATIO_DISCOUNT'"
                         v-model.trim="onlineprice">
                 <template slot="append">%</template>
               </el-input>
@@ -274,7 +274,7 @@
                         style="width:150px"
                         type="number"
                         @mousewheel.native.prevent
-                        v-if="unonlineSalary == 'TEACHER_DEFAULT' || unonlineSalary == 'FIXED_SALARY'"
+                        v-if="unonlineSalary == 'FIXED_SALARY'"
                         v-model.trim="unonlineprice">
                 <template slot="append">元</template>
               </el-input>
@@ -283,7 +283,7 @@
                         style="width:150px"
                         type="number"
                         @mousewheel.native.prevent
-                        v-else
+                        v-else-if="unonlineSalary == 'RATIO_DISCOUNT'"
                         v-model.trim="unonlineprice">
 
                 <template slot="append">%</template>

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