亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

长汀县| 郧西县| 巴马| 隆回县| 株洲县| 百色市| 灌阳县| 万载县| 建瓯市| 南陵县| 繁峙县| 梅河口市| 白山市| 湄潭县| 宁阳县| 玉环县| 北京市| 永宁县| 铜陵市| 壤塘县| 拜泉县| 东平县| 安岳县| 道孚县| 孟村| 阿尔山市| 龙川县| 华容县| 福清市| 溆浦县| 永川市| 成都市| 马龙县| 横峰县| 仁化县| 渝中区| 柳林县| 三原县| 江陵县| 正镶白旗| 黔西|