摘要:
需求:每个用户登录填写自己负责的input框,前面通过的后面可有看到前面填写的内容并且前面填写过的input禁用1,现在最外层做v-if判断当前节点是否等于受理意见 或 等于经办意见。。。等等都显示受理意见这块input界面(当走到经办意见时只需要判断经办意见及后面所有值即可控制当前节点以前所有的i 阅读全文
摘要:
Thu May 12 2016 08:00:00 GMT+0800 (中国标准时间)标准时间转==>非标准时间 let date = new Date()let d = new Date(date);let datetime=d.getFullYear() + '-' + (d.getMonth() 阅读全文
摘要:
let arr = [{ id: 1, name: 'zs' }, { id: 2, name: 'ls' }, { id: 3, name: 'ww' }, { id: 4, name: 'xm' }, { id: 5, name: 'xh' },] let sum = [3, 4, 5] let 阅读全文