update form surveyor

This commit is contained in:
majid
2024-11-09 00:55:11 +07:00
parent a4d49c7078
commit edd005e132
25 changed files with 1998 additions and 869 deletions

View File

@@ -40,6 +40,10 @@
<span class="sort"> <span class="sort-label"> Region </span>
<span class="sort-icon"> </span> </span>
</th>
<th class="min-w-[250px]" data-datatable-column="name">
<span class="sort"> <span class="sort-label"> Name URL </span>
<span class="sort-icon"> </span> </span>
</th>
<th class="min-w-[50px] text-center" data-datatable-column="actions">Action</th>
</tr>
</thead>
@@ -121,6 +125,9 @@
name: {
title: 'Region',
},
name_url:{
title: 'Name Url',
},
actions: {
title: 'Status',
render: (item, data) => {