| | |
| | | if (d.certifyStatus === 1) {
|
| | | return '<a lay-event="edit" shiro:hasPermission="user:update">审核认证</a>'
|
| | | +'<i class="layui-icon febs-edit-area febs-blue"></i>'
|
| | | +'<a lay-event="addCoin" shiro:hasPermission="user:update">拨币</a>'
|
| | | }else if(d.certifyStatus === 2){
|
| | | }else {
|
| | | return '<a lay-event="see" shiro:hasPermission="user:update">'
|
| | | +'<i class="layui-icon febs-edit-area febs-blue"></i></a>'
|
| | | +'<a lay-event="addCoin" shiro:hasPermission="user:update">拨币</a>'
|
| | | }else {
|
| | | return '<a lay-event="addCoin" shiro:hasPermission="user:update">拨币</a>'
|
| | | }
|
| | | },minWidth: 200,align:'center'}
|
| | | ]]
|