|
@@ -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>
|