From acad0b892f3ef3f696f38170f02fedd28c716155 Mon Sep 17 00:00:00 2001 From: weiz <736250432@qq.com> Date: Tue, 19 Mar 2024 17:13:12 +0800 Subject: [PATCH] update --- src/views/bid_result/index.vue | 1 - src/views/quotation/index.vue | 17 ++++++----------- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/src/views/bid_result/index.vue b/src/views/bid_result/index.vue index 1b0bcaa..c747e16 100644 --- a/src/views/bid_result/index.vue +++ b/src/views/bid_result/index.vue @@ -33,7 +33,6 @@ - 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() -