Browse Source

07/13 11:28

111
mo 4 years ago
parent
commit
8bd04047fe

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-09fe6efe.b4d9a0ef.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.3027e5bb.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-09fe6efe.909f5e67.js


File diff suppressed because it is too large
+ 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>

Some files were not shown because too many files changed in this diff