Commit 8b60250f by DESKTOP-E0VCCBD\zedan

update

parent c1b1b97c
......@@ -20,8 +20,8 @@ const routes: Routes = [
{ path: "product-management", component: ProductManagementComponent },
{
path: "project-management", component: ProjectManagementComponent, children: [
{ path: "employee", component: ProjectEmployeeManagementComponent },
{ path: "product", component: ProjectProductManagementComponent }
{ path: "employee/:id", component: ProjectEmployeeManagementComponent },
{ path: "product/:id", component: ProjectProductManagementComponent }
]
},
{ path: "borrow-management", component: TransectionProductManagementComponent },
......
......@@ -128,6 +128,33 @@
>
</a>
</div>
<div
class="sm:col-span-5 col-span-4"
>
<a
href="javascript:void(0);"
class="ti-btn ti-btn-soft-danger inline-flex !p-1 flex-shrink-0 justify-center items-center gap-2 w-full rounded-sm border font-medium bg-white text-gray-500 shadow-sm align-middle focus:outline-none focus:ring-0 focus:ring-offset-0 focus:ring-offset-white focus:ring-primary transition-all text-xs dark:bg-bgdark dark:border-white/10 dark:text-white/70 dark:focus:ring-offset-white/10"
>
<i class="ti ti-user text-lg leading-none "></i>
<span class="text-sm leading-none hidden sm:block"[routerLink]="['/project-management/employee', project.project_id]"
>เพื่มคน</span
>
</a>
</div>
<div
class="sm:col-span-5 col-span-4"
(click)="detailPj(project)"
>
<a
href="javascript:void(0);"
class="ti-btn ti-btn-soft-danger inline-flex !p-1 flex-shrink-0 justify-center items-center gap-2 w-full rounded-sm border font-medium bg-white text-gray-500 shadow-sm align-middle focus:outline-none focus:ring-0 focus:ring-offset-0 focus:ring-offset-white focus:ring-primary transition-all text-xs dark:bg-bgdark dark:border-white/10 dark:text-white/70 dark:focus:ring-offset-white/10"
>
<i class="ti ti-brand-bitbucket text-lg leading-none "></i>
<span class="text-sm leading-none hidden sm:block"(click)="deleteProject(project)"
>ลบ</span
>
</a>
</div>
<!-- <div class="sm:col-span-2 col-span-2">
......
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