Commit b52cbad9 by Nattana Chaiyamat

การจัดการหัวข้อการประเมินเวลาทำงาน

parent f7c9eb37
...@@ -119,9 +119,9 @@ ...@@ -119,9 +119,9 @@
<input type="checkbox" class="ti-form-checkbox cursor-pointer" [(ngModel)]="item.check" <input type="checkbox" class="ti-form-checkbox cursor-pointer" [(ngModel)]="item.check"
(ngModelChange)="dataListCheck()" id="checkbox-{{item.data.pmsWorkingTimeId}}"> (ngModelChange)="dataListCheck()" id="checkbox-{{item.data.pmsWorkingTimeId}}">
</td> </td>
<td class="text-center"> <td>
<label <label
for="checkbox-{{item.data.pmsWorkingTimeId}}">&nbsp;{{item.data.pmsWorkingTimeId}}</label> for="checkbox-{{item.data.pmsWorkingTimeId}}">{{item.data.pmsWorkingTimeId}}</label>
</td> </td>
<td>{{item.data.tdesc}}</td> <td>{{item.data.tdesc}}</td>
<td>{{item.data.detailUnit}}</td> <td>{{item.data.detailUnit}}</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment