sth
This commit is contained in:
parent
e00dd9ce0f
commit
acbe7be179
|
|
@ -36,6 +36,8 @@
|
|||
<table id="table" class="table table-striped table-bordered table-hover table-nowrap"
|
||||
data-operate-edit="{:$auth->check('orders/dispatch/edit')}"
|
||||
data-operate-del="{:$auth->check('orders/dispatch/del')}"
|
||||
data-operate-abnormal="{:$auth->check('orders/abnormal/add')}"
|
||||
data-operate-income="{:$auth->check('orders/income/add')}"
|
||||
width="100%">
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -105,7 +105,10 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|||
},
|
||||
dropdown:"更多",
|
||||
visible:function(row){
|
||||
return true;
|
||||
if(row.btn_income){
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
},
|
||||
refresh:true,
|
||||
},
|
||||
|
|
@ -120,7 +123,10 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|||
},
|
||||
dropdown:"更多",
|
||||
visible:function(row){
|
||||
return true;
|
||||
if(row.btn_income){
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
},
|
||||
//refresh:true,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user