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

溫馨提示×

溫馨提示×

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

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

vue改變循環遍歷后的數據實例

發布時間:2020-09-02 23:34:56 來源:腳本之家 閱讀:136 作者:Eternal-memory 欄目:web開發

廢話不多說了,直接上代碼吧!

<dd class="clearfix" v-for="(item,index) in tableDataList" :class="index%2 != 0 ? 'dd-bg' : ''">
  <div class="indexItem indexItem3 tal" title=""><span>{{item.status}}{{countTotal}}</span></div>
</dd>
<script type="text/ecmascript-6">
import Vue from 'vue'
import axios from 'axios'
export default {
 data(){
  return{
   tableDataList:[],//定義列表數據信息
  }
 },
 mounted(){
 //獲取列表數據信息
 axios.get('url',{
  withCredentials: true
 })
  .then((res) => {
//    console.log(res);
   let tableData = res.data.data;
   this.tableDataList = tableData.table_list;
  })
  .catch((error) => {
   console.log(error)
  })
 },
 computed:{
  //將狀態數字轉換為對應的文字解釋
   countTotal() {
    for (let i = 0; i < this.tableDataList.length; i++) {
     if (this.tableDataList[i].status === 0) {
      this.tableDataList[i].status = '文字說明0'
     } else if (this.tableDataList[i].status === 1) {
      this.tableDataList[i].status = '文字說明1'
     } else if (this.tableDataList[i].status === 2) {
      this.tableDataList[i].status = '文字說明2'
     } else if (this.tableDataList[i].status === 3) {
      this.tableDataList[i].status = '文字說明3'
     } else if (this.tableDataList[i].status === 4) {
      this.tableDataList[i].status = '文字說明4'
     } else if (this.tableDataList[i].status === 5) {
      this.tableDataList[i].status = '文字說明5'
     }
     Vue.set(this.tableDataList,i,this.tableDataList[i])
    }
   }
 }
}
</script>

注意:Vue.set(this.tableDataList,i,this.tableDataList[i]) 這段代碼必須寫,否則數據不會更新

以上這篇vue改變循環遍歷后的數據實例就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持億速云。

向AI問一下細節

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

AI

万安县| 开阳县| 古蔺县| 阿拉尔市| 通河县| 准格尔旗| 图木舒克市| 台湾省| 德江县| 庄河市| 河池市| 巴里| 沾化县| 墨竹工卡县| 封开县| 秦安县| 朔州市| 霍州市| 双鸭山市| 滨州市| 明水县| 陈巴尔虎旗| 泗洪县| 图们市| 清流县| 安吉县| 萝北县| 大厂| 陆川县| 孙吴县| 江孜县| 平武县| 长岭县| 宁南县| 汪清县| 平舆县| 房山区| 即墨市| 永德县| 斗六市| 平遥县|