摘要: // html data(){ popupVisible:false, // 默认隐藏 a:0, // 设置一个标识 } value-key="name" 必须与option[{name:''}] 一致 computed: { dataList () { if... 阅读全文
posted @ 2019-05-27 20:55 Panax 阅读(692) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-05-27 20:40 Panax 阅读(405) 评论(0) 推荐(0) 编辑
摘要: data(){ pickerVisible:'', startDate:new Date(), time:'' } methods:{ rentInformat(){ this.$router.push('/rentInformation') }, dataClick(... 阅读全文
posted @ 2019-05-27 19:29 Panax 阅读(9457) 评论(0) 推荐(0) 编辑
摘要: 1.在mian.js引入moment 2. 在main.js 设置全局过滤器 3.渲染到页面 方法二: 当然在某些特殊业务下,上面那种方法竟然没渲染出来,可以试试下面这种: 阅读全文
posted @ 2019-05-27 19:21 Panax 阅读(8475) 评论(0) 推荐(0) 编辑