diff --git a/framework/sdk-parent/frontend/src/components/template/CustomFieldFormList.vue b/framework/sdk-parent/frontend/src/components/template/CustomFieldFormList.vue
deleted file mode 100644
index c21c584495..0000000000
--- a/framework/sdk-parent/frontend/src/components/template/CustomFieldFormList.vue
+++ /dev/null
@@ -1,161 +0,0 @@
-
-
-
-
-
-
- {{$t(systemNameMap[scope.row.name])}}
-
-
- {{scope.row.name}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{$t('commons.yes')}}
-
-
- {{$t('commons.no')}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/framework/sdk-parent/frontend/src/components/template/CustomFieldRelateList.vue b/framework/sdk-parent/frontend/src/components/template/CustomFieldRelateList.vue
deleted file mode 100644
index aedb938d7c..0000000000
--- a/framework/sdk-parent/frontend/src/components/template/CustomFieldRelateList.vue
+++ /dev/null
@@ -1,190 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- {{$t(systemNameMap[scope.row.name])}}
-
-
- {{scope.row.name}}
-
-
-
-
-
-
- {{ $t(fieldTypeMap[scope.row.type]) }}
-
-
-
-
-
-
- {{$t('commons.yes')}}
-
-
- {{$t('commons.no')}}
-
-
-
-
-
-
-
-
-
- {{ scope.row.createTime | datetimeFormat }}
-
-
-
-
-
- {{ scope.row.updateTime | datetimeFormat }}
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/project-management/frontend/src/business/menu/template/CustomFieldFormList.vue b/project-management/frontend/src/business/menu/template/CustomFieldFormList.vue
index c48007e21b..6812253d5d 100644
--- a/project-management/frontend/src/business/menu/template/CustomFieldFormList.vue
+++ b/project-management/frontend/src/business/menu/template/CustomFieldFormList.vue
@@ -21,7 +21,7 @@
-
@@ -34,7 +34,7 @@
:is-template-edit="true"/>
-
+
diff --git a/test-track/frontend/src/business/issue/IssueEditDetail.vue b/test-track/frontend/src/business/issue/IssueEditDetail.vue
index f52b9f3bad..d86002f6f9 100644
--- a/test-track/frontend/src/business/issue/IssueEditDetail.vue
+++ b/test-track/frontend/src/business/issue/IssueEditDetail.vue
@@ -192,8 +192,6 @@
import TemplateComponentEditHeader from "@/business/plan/view/comonents/report/TemplateComponentEditHeader";
import MsFormDivider from "metersphere-frontend/src/components/MsFormDivider";
-import CustomFieldFormList from "metersphere-frontend/src/components/template/CustomFieldFormList";
-import CustomFieldRelateList from "metersphere-frontend/src/components/template/CustomFieldRelateList";
import FormRichTextItem from "metersphere-frontend/src/components/FormRichTextItem";
import {buildCustomFields, parseCustomField} from "metersphere-frontend/src/utils/custom_field";
import CustomFiledComponent from "metersphere-frontend/src/components/template/CustomFiledComponent";
@@ -240,8 +238,6 @@ export default {
TestCaseIssueList,
CustomFiledComponent,
FormRichTextItem,
- CustomFieldRelateList,
- CustomFieldFormList,
MsFormDivider,
TemplateComponentEditHeader,
MsMarkDownText,