@ -310,6 +310,7 @@ class ProjectController extends CommonController
->where(function ($qeury) use ($hushizhang, $userId) {
if ($hushizhang) $qeury->where('admin_id', $userId);
})->where('project_id', $project_id)->paginate(10);
return view($this->bladePath . ".asksubmit_index", compact("data", "project_id"));
}
@ -34,7 +34,11 @@
{{ $row->admin->name }}
</td>
<td>{{ $row->project->name }}</td>
<td>{{ $row->content }}</td>
<td>
@foreach ($raw->content as $item)
{{ $item->ask }}:{{ $item->score }}
@endforeach
<td>{{ $row->score }}</td>
<a class="btn btn-sm btn-primary"