diff --git a/applicationFE/src/router/index.ts b/applicationFE/src/router/index.ts index c2587cd..9a45b43 100644 --- a/applicationFE/src/router/index.ts +++ b/applicationFE/src/router/index.ts @@ -29,7 +29,7 @@ const router = createRouter({ component: () => import('@/views/repository/RepositoryDetail.vue' as any) }, { - path: `/web/sofrwareCatalog/list`, + path: `/web/softwareCatalog/list`, name: 'softwareCatalogList', component: () => import('@/views/softwareCatalog/SoftwareCatalogList.vue' as any) }, diff --git a/applicationFE/src/views/softwareCatalog/SoftwareCatalogList.vue b/applicationFE/src/views/softwareCatalog/SoftwareCatalogList.vue index 9f760e3..b908609 100644 --- a/applicationFE/src/views/softwareCatalog/SoftwareCatalogList.vue +++ b/applicationFE/src/views/softwareCatalog/SoftwareCatalogList.vue @@ -60,7 +60,7 @@

- + {{ btnName(wf.referenceValue) }}
+
diff --git a/applicationFE/src/views/softwareCatalog/components/applicationInstallationForm.vue b/applicationFE/src/views/softwareCatalog/components/applicationInstallationForm.vue new file mode 100644 index 0000000..31f564c --- /dev/null +++ b/applicationFE/src/views/softwareCatalog/components/applicationInstallationForm.vue @@ -0,0 +1,151 @@ + + + + \ No newline at end of file diff --git a/applicationFE/src/views/softwareCatalog/components/softwareCatalogForm.vue b/applicationFE/src/views/softwareCatalog/components/softwareCatalogForm.vue index ac10007..858e644 100644 --- a/applicationFE/src/views/softwareCatalog/components/softwareCatalogForm.vue +++ b/applicationFE/src/views/softwareCatalog/components/softwareCatalogForm.vue @@ -98,7 +98,6 @@ import type { Repository } from '../../type/type'; import { ref } from 'vue'; import { useToast } from 'vue-toastification'; -import { createCatalog } from '@/api/softwareCatalog'; import { onMounted, watch, computed } from 'vue'; import axios from 'axios' diff --git a/applicationFE/src/views/softwareCatalog/components/softwareCatalogLog.vue b/applicationFE/src/views/softwareCatalog/components/softwareCatalogLog.vue index 2d12fb7..2567ef8 100644 --- a/applicationFE/src/views/softwareCatalog/components/softwareCatalogLog.vue +++ b/applicationFE/src/views/softwareCatalog/components/softwareCatalogLog.vue @@ -30,7 +30,7 @@