From e50a2ae9ed022217fc21cdc520fa29fb8374d12a Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Sat, 18 Nov 2023 10:37:28 +0800 Subject: [PATCH] s --- src/views/contract/vehicle_list.vue | 5 +- .../components/audit_other.vue | 291 ------------------ src/views/shareholdingReview/index.vue | 20 +- 3 files changed, 5 insertions(+), 311 deletions(-) delete mode 100644 src/views/shareholdingReview/components/audit_other.vue diff --git a/src/views/contract/vehicle_list.vue b/src/views/contract/vehicle_list.vue index b40fd1f..49469a4 100644 --- a/src/views/contract/vehicle_list.vue +++ b/src/views/contract/vehicle_list.vue @@ -71,7 +71,7 @@ -
+
@@ -165,6 +165,9 @@ const queryParams = reactive({ }); const statusFn = (status: number) => { switch (status) { + case -1:{ + return { tit: "待审核", color: "black" }; + } case 0: return { tit: "待上传", color: "rgb(238, 190, 119)" }; case 1: diff --git a/src/views/shareholdingReview/components/audit_other.vue b/src/views/shareholdingReview/components/audit_other.vue deleted file mode 100644 index ea39207..0000000 --- a/src/views/shareholdingReview/components/audit_other.vue +++ /dev/null @@ -1,291 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/shareholdingReview/index.vue b/src/views/shareholdingReview/index.vue index e472c31..411546c 100644 --- a/src/views/shareholdingReview/index.vue +++ b/src/views/shareholdingReview/index.vue @@ -89,15 +89,8 @@
- >(); const auditTownMarketRef = shallowRef>(); // 是否显示编辑框 @@ -163,14 +153,6 @@ fetchFun: apiApproveLists, params: queryParams, }); - - // 添加 - const handleAdd = async () => { - showEdit.value = true; - await nextTick(); - auditOtherRef.value?.open("add"); - }; - // 编辑 const handleEdit = async (data: any, type = "edit") => {