摘要:
一.传递数据 1.props 传入单数据就像 data 一样,prop 可以用在模板内,同样也可以在 vm 实例中像“this.message”这样使用 1 <template> 2 <div id="app"> 3 <h1>{{title}}</h1> 4 <child message="hell 阅读全文
摘要:
1 let protocalNum = []; 2 //数组循环 3 sampleList.cbpiList.forEach((item,index) => { 4 protocalNum.push(item.STR_BALANCE_CODE); 5 }); 6 /* 多条勾选打印结算单会出现重复的 阅读全文