mo 4 năm trước cách đây
mục cha
commit
fd9d606427
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      src/views/categroyManager/vipActiveList.vue

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

@@ -181,7 +181,7 @@
           <el-form-item label="活动时间"
                         prop="activeTime">
             <el-date-picker v-model.trim="resetForm.activeTime"
-                            type="daterange"
+                            type="datetimerange"
                             range-separator="至"
                             value-format="yyyy-MM-dd HH:mm:ss"
                             start-placeholder="开始日期"
@@ -235,7 +235,7 @@
                         style="width:150px"
                         type="number"
                         @mousewheel.native.prevent
-                        v-if="onlineSalary == 'TEACHER_DEFAULT'"
+                        v-if="onlineSalary == 'TEACHER_DEFAULT' ||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-if="onlineSalary == 'RATIO_DISCOUNT'"
+                        v-else
                         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'"
+                        v-if="unonlineSalary == 'TEACHER_DEFAULT' || 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-if="unonlineSalary == 'RATIO_DISCOUNT'"
+                        v-else
                         v-model.trim="unonlineprice">
 
                 <template slot="append">%</template>