change display work column

This commit is contained in:
aynsix
2020-05-18 11:42:06 +03:00
parent c771d7da2b
commit 11b8ca7953
3 changed files with 18 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
<tr>
<td>{{ workerRow.databoxId }}</td>
<td>{{ workerRow.recordId }}</td>
<td>{{ workerRow.work }}</td>
<td>{{ workerRow.getWorkName }}</td>
<td>{{ workerRow.workOn }}</td>
<td>{{ workerRow.created|date('Y-m-d H:i:s') }}</td>
<td>{{ workerRow.published|date('Y-m-d H:i:s') }}</td>