我想包裝 2 個 html 元素這是我的代碼 vuejs<tr> <th v-for="(item9,index) in product_all" :key="item9.id"><center>Qty</center></th> <th v-for="(item99,index) in product_all" :key="item99.id"><center>Amount</center></th></tr>這就是我想要的(在 Laravel Blade 中)<tr> @foreach($dataProduct['byShowTanggal'] as $row) <th>Qty</th> <th>Amount</th> @endforeach</tr>
- 1 回答
- 0 關注
- 201 瀏覽
添加回答
舉報
0/150
提交
取消