|
|
@ -80,6 +80,7 @@ class DemandController extends AdminController |
|
|
}); |
|
|
}); |
|
|
}else{ |
|
|
}else{ |
|
|
$grid->column('bidding','竞标') |
|
|
$grid->column('bidding','竞标') |
|
|
|
|
|
->display('') |
|
|
->if(function () { |
|
|
->if(function () { |
|
|
$isBidding = DemandBidding::query() |
|
|
$isBidding = DemandBidding::query() |
|
|
->where('demand_id',$this->id) |
|
|
->where('demand_id',$this->id) |
|
|
|