diff --git a/src/views/quotation/index.vue b/src/views/quotation/index.vue
index fb6ad59..0250316 100644
--- a/src/views/quotation/index.vue
+++ b/src/views/quotation/index.vue
@@ -2,14 +2,11 @@
-
-
-
-
+
+
-
-
+
+
@@ -42,8 +39,8 @@
+
-
@@ -81,8 +78,7 @@
import { usePaging } from '@/hooks/usePaging'
import { useDictData } from '@/hooks/useDictOptions'
import { apiQuotationLists, apiQuotationDelete, apiQuotationDetail } from '@/api/quotation'
-import { apiCustomLists } from '@/api/custom'
-import { timeFormat } from '@/utils/util'
+import { apiCustomSearch } from '@/api/custom'
import feedback from '@/utils/feedback'
import EditPopup from './edit.vue'
import DetailPopup from './detail.vue'
@@ -160,4 +156,3 @@ const customerlist = async () => {
customerlist()
getLists()
-