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