@@ -101,7 +107,7 @@
import { usePaging } from '@/hooks/usePaging'
import { useDictData } from '@/hooks/useDictOptions'
import { apiProjectEstimateLists, apiProjectEstimateDelete, apiProjectEstimateDetail } from '@/api/project_estimate'
-import { timeFormat } from '@/utils/util'
+import { apiProjectSearch } from '@/api/project'
import feedback from '@/utils/feedback'
import EditPopup from './edit.vue'
import DetailPopup from './detail.vue'
diff --git a/src/views/project_follow_up/index.vue b/src/views/project_follow_up/index.vue
index 3867583..ee4c588 100644
--- a/src/views/project_follow_up/index.vue
+++ b/src/views/project_follow_up/index.vue
@@ -2,7 +2,9 @@
-
+
+
+
@@ -13,15 +15,14 @@
:value="item.value" />
-
-
+
-
@@ -29,17 +30,12 @@
:value="item.value" />
-
-
-
-
-
@@ -47,29 +43,16 @@
-
+
-
-
-
-
-
-
-
-
-
-
查询
重置
-
-
-
-
@@ -89,9 +72,7 @@
-
-
{{ row.follow_date ? row.follow_date : '' }}
@@ -103,9 +84,7 @@
-
-
@@ -117,13 +96,10 @@
-
-
-
{{ row.next_follow_up_date ? row.next_follow_up_date :
- '' }}
+ '' }}
@@ -151,12 +127,11 @@