搜尋

首頁  >  問答  >  主體

angular.js - ng-repeat出來的結果,需要再處理

<table class="grain-record grain-list">
                <tr ng-repeat="list in prolist">
                    <td width="20%" class="text-center">{{$index+1}}</td>
                    <td width="25%" class="text-center">
                        <!--{{list.type=='1'?'签到获取': list.type=='2'?'投资获取': list.type=='3'?'推广邀请人投资获取': list.type=='4'?'注册获取': list.type=='5'?'邀请好友注册获取 ': list.type=='6'?'猫粮购买月账户': list.type=='7'?'猫粮获得利息': list.type=='8'?'猫粮提现'}}-->
                        <!--{{type}}-->
                        ***{{list.type}}***
                    </td>
                    <td width="25%" class="text-center">{{list.cat_menoy}}</td>
                    <td width="30%" class="text-center">{{list.create_time}}</td>
                </tr>
            </table>

如上程式碼:ng-repeat出來的結果 list.type傳回值為1-7的字串,對應的是7種方式,現在需要在html頁面顯示的是1-7對應的文字,請問該如何解決?

伊谢尔伦伊谢尔伦2815 天前555

全部回覆(1)我來回復

  • ringa_lee

    ringa_lee2017-05-15 17:10:02

    雷雷

    回覆
    0
  • 取消回覆