đồng bộ dữ liệu lên máy chủ
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th>Name</th>
|
||||
<th>Code</th>
|
||||
<th>Department</th>
|
||||
<th>Registration Image</th>
|
||||
<th>Code</th>
|
||||
@@ -15,6 +16,7 @@
|
||||
<tr onclick="choooseToSync(this);" style="cursor: pointer;" data-stt="false" data-id="{$arr.idStaff}">
|
||||
<td>{$arr.idStaff}</td>
|
||||
<td>{$arr.name}</td>
|
||||
<td>{$arr.code}</td>
|
||||
<td>{$arr.department}</td>
|
||||
<td>
|
||||
{foreach from=$arr.images item=img}
|
||||
|
||||
Reference in New Issue
Block a user