关于vue的v-if的问题

https://img4.mukewang.com/5c762e640001f9ae08000154.jpg

我想实现点击多选菜单,后面的时间选择器也跟着选项切换,我是使用v-if和两个字段来判断的,大概能实现效果,但是我点击完月,在点击季的时候,两个框都会出现。请大家给点意见,谢谢

MYYA
浏览 567回答 1
1回答

12345678_0001

<template v-if="type=='月计划'">&nbsp; &nbsp; <select>&nbsp; &nbsp; &nbsp; &nbsp; <option>选择月</option>&nbsp; &nbsp; </select></template><template v-if="type=='季计划'">&nbsp; &nbsp; <select>&nbsp; &nbsp; &nbsp; &nbsp; <option>选择季度</option>&nbsp; &nbsp; </select></template>类似这样应该就可以分开了
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript