国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

layui 對table中的數(shù)據(jù)進(jìn)行轉(zhuǎn)義的實(shí)例

2019-11-19 09:22:24
字體:
供稿:網(wǎng)友

方法一 通過done回調(diào)進(jìn)行遍歷:

//方法級渲染    table.render({      id: 'demoList',      elem: '#demoList'      , url: 'showDemoList'      , cols: [[        {checkbox: true, fixed: true, width: '10%'}        , {field: 'id', title: '編號', width: '15%', sort: true}        , {field: 'pipe_id', title: '機(jī)構(gòu)ID', width: '15%'}        , {field: 'bank_id', title: '銀行ID', width: '10%'}        , {field: 'pipe_cost', title: '成本', width: '10%'}        , {field: 'status', title: '狀態(tài)', width: '20%'}        , {field: 'remark', title: '操作', width: '20%', toolbar: '#toolBar'}      ]],      done: function (res, curr, count) {        //如果是異步請求數(shù)據(jù)方式,res即為你接口返回的信息。        //如果是直接賦值的方式,res即為:{data: [], count: 99} data為當(dāng)前頁數(shù)據(jù)、count為數(shù)據(jù)總長度        $("[data-field='status']").children().each(function () {          if ($(this).text() == '0') {            $(this).text('有效');          } else if ($(this).text() == '1') {            $(this).text('無效');          }        });      }      , page: true      , height: 'full-83'    });

方法二 通過layui的templet模板實(shí)現(xiàn):

 , {field: 'status', title: '狀態(tài)', width: '20%',templet:'#status'} <script type="text/html" id="status">  {{# if(d.status=='0'){ }}  有效  {{# }else{ }}    無效  {{# } }}</script>

以上這篇layui 對table中的數(shù)據(jù)進(jìn)行轉(zhuǎn)義的實(shí)例就是小編分享給大家的全部內(nèi)容了,希望能給大家一個(gè)參考,也希望大家多多支持武林網(wǎng)。

發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 乃东县| 循化| 东明县| 芷江| 永靖县| 霸州市| 佛坪县| 南华县| 玉山县| 民勤县| 石门县| 濮阳市| 云霄县| 全椒县| 荥经县| 武宁县| 辽阳县| 霍城县| 五莲县| 乌拉特后旗| 曲水县| 庄浪县| 安达市| 边坝县| 隆子县| 五大连池市| 通州市| 昌邑市| 秦皇岛市| 江城| 探索| 改则县| 宜城市| 金寨县| 来安县| 井研县| 郯城县| 仲巴县| 黔西县| 富平县| 安国市|