diff --git a/src/api/expert/expert.js b/src/api/expert/expert.js
new file mode 100644
index 0000000..befb5bb
--- /dev/null
+++ b/src/api/expert/expert.js
@@ -0,0 +1,8 @@
+import request from '@/utils/request'
+// 企业审核列表列表
+export function expertList() {
+ return request({
+ url: "/business/casExpert/list",
+ method: "get",
+ });
+ }
\ No newline at end of file
diff --git a/src/views/approval/dataList/add.vue b/src/views/approval/dataList/add.vue
new file mode 100644
index 0000000..54fb02c
--- /dev/null
+++ b/src/views/approval/dataList/add.vue
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+
diff --git a/src/views/dataList/dataList/index.vue b/src/views/approval/dataList/index.vue
similarity index 97%
rename from src/views/dataList/dataList/index.vue
rename to src/views/approval/dataList/index.vue
index 36262d1..93581cf 100644
--- a/src/views/dataList/dataList/index.vue
+++ b/src/views/approval/dataList/index.vue
@@ -195,7 +195,13 @@ const delList=async (id)=>{
.catch(() => {});
getList()
}
-
+// 跳转详情页
+const handleDetail = (id) => {
+ router.push({
+ path: "/approval/dataList/add",
+ query: { id },
+ });
+};
getList()
getSiteList()
diff --git a/src/views/components/ExpertForm/indexcopy.vue b/src/views/components/ExpertForm/indexcopy.vue
new file mode 100644
index 0000000..7f98461
--- /dev/null
+++ b/src/views/components/ExpertForm/indexcopy.vue
@@ -0,0 +1,502 @@
+
+
+ 基本信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查找
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 男
+ 女
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/dataList/dataList/add.vue b/src/views/dataList/dataList/add.vue
deleted file mode 100644
index 8798735..0000000
--- a/src/views/dataList/dataList/add.vue
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/expert/dataList/index.vue b/src/views/expert/dataList/index.vue
new file mode 100644
index 0000000..4645d12
--- /dev/null
+++ b/src/views/expert/dataList/index.vue
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file