Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -291,12 +291,12 @@ | ... | @@ -291,12 +291,12 @@ |
| 291 | </el-checkbox-group> --> | 291 | </el-checkbox-group> --> |
| 292 | <div style="display: flex; justify-content: space-between; align-items: center;"> | 292 | <div style="display: flex; justify-content: space-between; align-items: center;"> |
| 293 | <div style="font-size: 14px; margin-left: 5px;">站内信</div> | 293 | <div style="font-size: 14px; margin-left: 5px;">站内信</div> |
| 294 | - <div><el-switch v-model="state.more_attr_data.msg_send_mail" /></div> | 294 | + <div><el-switch v-model="state.more_attr_data.msg_send_mail" :disabled="!state.more_attr_data.show" /></div> |
| 295 | </div> | 295 | </div> |
| 296 | <div v-if="state.more_attr_data.msg_send_mail" style="color: red; font-size: 13px; margin-left: 5px;">站内信内容说明</div> | 296 | <div v-if="state.more_attr_data.msg_send_mail" style="color: red; font-size: 13px; margin-left: 5px;">站内信内容说明</div> |
| 297 | <div style="display: flex; justify-content: space-between; align-items: center;"> | 297 | <div style="display: flex; justify-content: space-between; align-items: center;"> |
| 298 | <div style="font-size: 14px; margin-left: 5px;">微信</div> | 298 | <div style="font-size: 14px; margin-left: 5px;">微信</div> |
| 299 | - <div><el-switch v-model="state.more_attr_data.msg_send_weixin" /></div> | 299 | + <div><el-switch v-model="state.more_attr_data.msg_send_weixin" :disabled="!state.more_attr_data.show" /></div> |
| 300 | </div> | 300 | </div> |
| 301 | <div v-if="state.more_attr_data.msg_send_weixin" style="color: red; font-size: 13px; margin-left: 5px;">微信内容说明</div> | 301 | <div v-if="state.more_attr_data.msg_send_weixin" style="color: red; font-size: 13px; margin-left: 5px;">微信内容说明</div> |
| 302 | </div> | 302 | </div> | ... | ... |
-
Please register or login to post a comment