摘要: 输入框 <a-inout placeholder="请输入资源名称" v-model = "search" @input="judgeLength" @change = "judege" /> @input和@change都可 //判断长度 judeLength(){ let len = this. 阅读全文
posted @ 2022-05-06 10:57 无效_rank 阅读(431) 评论(0) 推荐(0)
摘要: <a-select //可以在选择框中输入 show-search //模糊查询(默认根据下拉框的内容) option-filter-prop = 'children' //模糊查询(自定义) label是后面option觉得 //option-filter-prop = 'label' v-mod 阅读全文
posted @ 2022-05-06 10:57 无效_rank 阅读(1020) 评论(0) 推荐(0)