diff --git a/src/component/contractManagement/contractList/add/addContractList.vue b/src/component/contractManagement/contractList/add/addContractList.vue
new file mode 100644
index 0000000000000000000000000000000000000000..35429f1588dfcebfc82d9f24403d4a74a1bfc6a5
--- /dev/null
+++ b/src/component/contractManagement/contractList/add/addContractList.vue
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+ {{ '' }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/component/contractManagement/contractList/add/addMain.vue b/src/component/contractManagement/contractList/add/addMain.vue
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/src/component/contractManagement/contractList/addContractList.vue b/src/component/contractManagement/contractList/addContractList.vue
deleted file mode 100644
index ae589b2a1ce18370e6034b0cd336dd5800d0c13c..0000000000000000000000000000000000000000
--- a/src/component/contractManagement/contractList/addContractList.vue
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
- {{ '' }}
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/component/contractManagement/contractList/contractList.vue b/src/component/contractManagement/contractList/contractList.vue
index a5793e3a985d47dffeb58fdbf641baf2db2ba20c..faf38c596a2ded07207fb7b3a325aa1a177199fe 100644
--- a/src/component/contractManagement/contractList/contractList.vue
+++ b/src/component/contractManagement/contractList/contractList.vue
@@ -9,7 +9,7 @@ import forms from '@/component/main/header/form.vue';
import contractListForm from './contractListForm.vue';
import { ref, provide, reactive, onMounted } from 'vue';
import { getContractList } from '@/api/api'
-import addContractList from './addContractList.vue';
+import addContractList from './add/addContractList.vue';
const getData = () => {
contractSelect.value.page = tablePagination.currentPage;
@@ -77,6 +77,11 @@ const contractSelect = ref({
page: '1',
limit: '10'
});
+
+
+//添加
+const addselectContractList = ref();
+
//对话框
const addDialog = ref(false);
const addSubcategoriesDialog = ref(false);
@@ -133,7 +138,7 @@ provide("changeState",()=>{
选择合同性质
-
+
合同详情