update oqs employee and oqs station
This commit is contained in:
@@ -36,6 +36,12 @@
|
||||
<th><%= t("views.right_panel.detail.role") %></th>
|
||||
<td><%= @employee.role %></td>
|
||||
</tr>
|
||||
<% if @employee.role == "kitchen"%>
|
||||
<tr>
|
||||
<th><%= t("views.right_panel.detail.station_name") %></th>
|
||||
<td><%= @employee.order_queue_station.station_name %></td>
|
||||
</tr>
|
||||
<% end%>
|
||||
<tr>
|
||||
<th><%= t("views.right_panel.detail.created_at") %></th>
|
||||
<td><%= @employee.created_at.utc.getlocal.strftime("%Y-%m-%d/%I:%M %p") %></td>
|
||||
|
||||
Reference in New Issue
Block a user