自动放出课程开关
This commit is contained in:
@@ -35,6 +35,12 @@
|
||||
<el-option label="次次周" :value="2"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="按周自动放出课程开关" prop="copyControl" label-width="170px" style="width:1000px">
|
||||
<el-select style="width:200px" v-model="form.copyControl">
|
||||
<el-option label="开启复制" :value="0"></el-option>
|
||||
<el-option label="关闭复制" :value="1"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<!-- 单次金额 -->
|
||||
<!-- <el-form-item label="单次金额" prop="price" v-if="form.type===1">
|
||||
<el-input-number type="number" :min="0" :precision="2" v-model.number="form.price" placeholder="请输入单次金额"></el-input-number>
|
||||
@@ -235,6 +241,7 @@ export default {
|
||||
copyWeek: "",
|
||||
copyTime: "",
|
||||
copyTarget: "",
|
||||
copyControl: "0",
|
||||
address: "",
|
||||
longitude: "",
|
||||
latitude: "",
|
||||
@@ -391,6 +398,7 @@ export default {
|
||||
this.form.copyWeek = response.venue.copyWeek;
|
||||
this.form.copyTime = response.venue.copyTime;
|
||||
this.form.copyTarget = response.venue.copyTarget;
|
||||
this.form.copyControl = response.venue.copyControl;
|
||||
this.timeData = [
|
||||
response.venue.businessStartTime,
|
||||
response.venue.businessEndTime
|
||||
|
||||
Reference in New Issue
Block a user