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

溫馨提示×

溫馨提示×

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

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

vuejs怎么通過filterBy和orderBy實現搜索篩選、降序排序數據

發布時間:2022-04-27 10:53:31 來源:億速云 閱讀:279 作者:iii 欄目:大數據

本篇內容主要講解“vuejs怎么通過filterBy和orderBy實現搜索篩選、降序排序數據”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“vuejs怎么通過filterBy和orderBy實現搜索篩選、降序排序數據”吧!

先上輸入前的樣子:

vuejs怎么通過filterBy和orderBy實現搜索篩選、降序排序數據

<style>
#example{margin:100px auto;width:600px;}
.show{margin:10px;}
#searchText{display: block;margin:0 auto 10px;height:24px;line-height: 24px;width:200px;}
.content ul li{text-align: center;}
.content ul li span{display: inline-block;width:150px;font-size:15px;color:#000;}
</style>
</head>
<body>
<div id="example">
 <input type="text" id="searchText" placeholder="搜索id或者姓名" v-model="searchData"/>
 <div class="content">
  <ul>
   <li v-for="item in items | filterBy searchData in 'id' 'name' | orderBy 'name' '-1'">
    <span>{{item.id}}</span>
    <span>{{item.name}}</span>
    <span>{{item.time}}</span>
   </li>
  </ul>
 </div>
</div>
<script>
 var example1 = new Vue({
  el: '#example',
  data: {
   searchData:'',
  items: [
   {id:'1008',name:'濤濤',time:'20170207'},
   {id:'1098',name:'合同',time:'20170213'},
   {id:'1107',name:'曉麗',time:'20170304'},
   {id:'1004',name:'小蘭',time:'20170112'},
   {id:'1102',name:'財務',time:'20170203'},
   {id:'1108',name:'哈哈',time:'20170208'},
   {id:'1345',name:'測試',time:'20170201'},
  ] 
  },
  ready:function(){
   
  },
  watch:{
   items:{
    handler:function(val,oldval){
     
    },
    deep:true
   }
  },
  
  methods:{
   
  }
 })
</script>

當在輸入框中輸入'合同',得到結果如圖:

vuejs怎么通過filterBy和orderBy實現搜索篩選、降序排序數據

到此,相信大家對“vuejs怎么通過filterBy和orderBy實現搜索篩選、降序排序數據”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

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

AI

杨浦区| 洪洞县| 会泽县| 封丘县| 蓬安县| 平昌县| 彭州市| 启东市| 肃宁县| 会泽县| 菏泽市| 松桃| 南宁市| 翁牛特旗| 连平县| 博乐市| 虞城县| 隆德县| 黄石市| 贵南县| 搜索| 濉溪县| 桂阳县| 达州市| 错那县| 乌苏市| 和田市| 仁布县| 孝感市| 咸宁市| 勃利县| 兴城市| 保德县| 民乐县| 长寿区| 连云港市| 平阳县| 沧源| 大化| 秭归县| 靖州|