您好,登錄后才能下訂單哦!
官方寫的非常抽象,反正我是沒看懂,可能還沒到能看懂前端的級(jí)別
自己也是百度的
一開始想去實(shí)現(xiàn)一個(gè)
用的是
定義表頭參數(shù):
{field: 'status', title: '狀態(tài)', width: 150, templet:'#manager_status',align:'center'}
然后js部分:
<script type="text/html" id="manager_status"> {{# if(d.status ==1 ){ }} <span class="layui-btn layui-btn-xs" >啟用</span> {{# } else { }} <span class="layui-btn layui-btn-xs" >禁用</span> {{# } }} </script>
但是我發(fā)現(xiàn)這個(gè)并不友好,比如說(shuō)我php給他傳值,我想用<?=$v['status']?>,你會(huì)發(fā)現(xiàn)你傳到前端的數(shù)據(jù)都在layui給你定義好的參數(shù)data里面,這時(shí)候你的data又是死的所以只能通過(guò)前端來(lái)做變化
,{field: 'services', title: '開通服務(wù)', width:150, sort: true,align:'center', templet:function(d) { if (d.managerServices.length != 0) { services = ''; // 1:文章,2:問(wèn)答,3:音頻,4:視頻' $.each(d.managerServices, function (k, v) { if (v.service_type == 1){ services += '文章'; } if (v.service_type == 2){ services += '/問(wèn)答'; } if (v.service_type == 3){ services += '/音頻'; } if (v.service_type == 4){ services += '/視頻'; } }); return services; } else { return '未開通任何服務(wù)'; } }}
以上這篇LayUi數(shù)據(jù)表格自定義賦值方式就是小編分享給大家的全部?jī)?nèi)容了,希望能給大家一個(gè)參考,也希望大家多多支持億速云。
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。