|
|
|
|
@ -236,6 +236,19 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-slot:free_enter_schoolmate v-if="active===0 && form.is_fee===0">
|
|
|
|
|
<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.free_enter_schoolmate">
|
|
|
|
|
<el-radio :label="1">是</el-radio>
|
|
|
|
|
<el-radio :label="0">否</el-radio>
|
|
|
|
|
</el-radio-group>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-slot:is_chart v-if="active===0">
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label" style="font-weight: bold">
|
|
|
|
|
@ -426,6 +439,7 @@
|
|
|
|
|
show_txl: '',
|
|
|
|
|
show_mobile: '',
|
|
|
|
|
auto_schoolmate: '',
|
|
|
|
|
free_enter_schoolmate: 0,
|
|
|
|
|
is_chart:'',
|
|
|
|
|
qun_image_id: '',
|
|
|
|
|
image_id: '',
|
|
|
|
|
@ -774,6 +788,7 @@
|
|
|
|
|
this.form.show_txl = res.show_txl === 0 ? 0 : 1
|
|
|
|
|
this.form.show_mobile = res.show_mobile ? res.show_mobile : 0
|
|
|
|
|
this.form.auto_schoolmate = res.auto_schoolmate ? res.auto_schoolmate : 0
|
|
|
|
|
this.form.free_enter_schoolmate = res.free_enter_schoolmate ? res.free_enter_schoolmate : 0
|
|
|
|
|
this.form.is_chart = res.is_chart ? res.is_chart : 0
|
|
|
|
|
this.showTinymce = true
|
|
|
|
|
})
|
|
|
|
|
@ -871,6 +886,7 @@
|
|
|
|
|
show_txl: '',
|
|
|
|
|
show_mobile: '',
|
|
|
|
|
auto_schoolmate: '',
|
|
|
|
|
free_enter_schoolmate: 0,
|
|
|
|
|
is_chart:'',
|
|
|
|
|
qun_image_id: '',
|
|
|
|
|
image_id: '',
|
|
|
|
|
@ -900,6 +916,7 @@
|
|
|
|
|
::v-deep .is_fee,
|
|
|
|
|
::v-deep .show_txl,
|
|
|
|
|
::v-deep .show_mobile,
|
|
|
|
|
::v-deep .free_enter_schoolmate
|
|
|
|
|
{
|
|
|
|
|
flex-basis: 25%;
|
|
|
|
|
}
|
|
|
|
|
|