|
|
|
|
@ -195,6 +195,19 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-slot:is_count_genban>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label" style="font-weight: bold">
|
|
|
|
|
<span style="color: red;font-weight: bold;padding-right: 4px;"></span>是否统计跟班学员:
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<el-radio-group style="width:100%" v-model="form.is_count_genban">
|
|
|
|
|
<el-radio :label="1">是</el-radio>
|
|
|
|
|
<el-radio :label="0">否</el-radio>
|
|
|
|
|
</el-radio-group>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</xy-dialog>
|
|
|
|
|
@ -233,6 +246,7 @@
|
|
|
|
|
show_mobile:'',
|
|
|
|
|
auto_schoolmate:'',
|
|
|
|
|
is_history:0,
|
|
|
|
|
is_count_genban:0,
|
|
|
|
|
},
|
|
|
|
|
rules: {
|
|
|
|
|
name: [{
|
|
|
|
|
@ -278,6 +292,7 @@
|
|
|
|
|
this.form.show_mobile = res.show_mobile?res.show_mobile:(res.show_mobile==0?0:'')
|
|
|
|
|
this.form.auto_schoolmate = res.auto_schoolmate?res.auto_schoolmate:(res.auto_schoolmate==0?0:'')
|
|
|
|
|
this.form.is_history = res.is_history?res.is_history:0
|
|
|
|
|
this.form.is_count_genban = res.is_count_genban?res.is_count_genban:0
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
@ -310,6 +325,7 @@
|
|
|
|
|
show_mobile:'',
|
|
|
|
|
auto_schoolmate:'',
|
|
|
|
|
is_history:0,
|
|
|
|
|
is_count_genban:0,
|
|
|
|
|
},
|
|
|
|
|
this.$refs['dialog'].reset()
|
|
|
|
|
}
|
|
|
|
|
|