Commit f278a877 by Nattana Chaiyamat

หน้าหัวหน้า

parent af06f6f0
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
<i class="fs-l transition-all duration-200" <i class="fs-l transition-all duration-200"
[ngClass]="{'ri-checkbox-multiple-line text-gray-500': !selectEmp.get('selectAll'), 'ri-checkbox-multiple-fill text-primary': selectEmp.get('selectAll')}"></i> [ngClass]="{'ri-checkbox-multiple-line text-gray-500': !selectEmp.get('selectAll'), 'ri-checkbox-multiple-fill text-primary': selectEmp.get('selectAll')}"></i>
</button> </button>
<label class="text-sm text-gray-500 ml-2" for="check-boxall cursor-pointer" <label class="text-sm text-gray-500 ml-2 cursor-pointer" for="check-boxall"
(click)="toggleSelectAll()">Select All</label> (click)="toggleSelectAll()">Select All</label>
</div> </div>
</div> </div>
......
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