91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

vue如何利用v-for嵌套輸出多層對象

發布時間:2021-06-17 15:28:02 來源:億速云 閱讀:594 作者:小新 欄目:web開發

小編給大家分享一下vue如何利用v-for嵌套輸出多層對象,希望大家閱讀完這篇文章之后都有所收獲,下面讓我們一起去探討吧!

如下所示:

specifications:[
 {
  specificationName:"顏色",
  specificationItem:[
   {value:"黃色"},
   {value:"黑色"}
   ]
 }
]
<table class="table table-bordered table-hover table-item spggdytable"
  id="ggxtable" v-show="isAddSpecifications">
 <thead>
 <tr>
  <th>排序</th>
  <th>規格項</th>
  <th>操作</th>
 </tr>
 </thead>
 <tbody>
 <tr v-for="(item,index) in specifications">
  <td>{{index}}</td>
  <td>{{item.specificationName}}</td>
  <td>
   <a href='#'> <img src='../img/common_edit@25.png' alt='修改'></a>
   <a href='#'><img src='../img/common_del@25.png' alt='刪除'></a>
  </td>
 </tr>
 </tbody>
</table>
<table class="table table-bordered table-hover table-item spggdytable"
  id="ggztable" v-show="isAddSpecifications">
 <thead>
 <tr>
  <th>規格值</th>
  <th>操作</th>
 </tr>
 </thead>
 <tbody v-for="(item,index) in specifications">
 <tr v-for="(part,n) in item.specificationItem">
  <td>{{part.value}}</td>
  <td>
   <a href='#'> <img src='../img/common_edit@25.png' alt='修改'></a>
   <a href='#'><img src='../img/common_del@25.png' alt='刪除'></a>
  </td>
 </tr>
 </tbody>
</table>

vue如何利用v-for嵌套輸出多層對象

看完了這篇文章,相信你對“vue如何利用v-for嵌套輸出多層對象”有了一定的了解,如果想了解更多相關知識,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

玛曲县| 哈尔滨市| 离岛区| 宝清县| 宁德市| 临沂市| 镇远县| 永泰县| 福海县| 长岛县| 永登县| 淅川县| 镇原县| 依安县| 长乐市| 江孜县| 岫岩| 司法| 府谷县| 卓尼县| 敦煌市| 双柏县| 陇川县| 鹿泉市| 化隆| 莆田市| 垦利县| 平原县| 平利县| 双流县| 将乐县| 车险| 毕节市| 黔江区| 康平县| 稷山县| 西宁市| 铜山县| 永清县| 商城县| 普定县|