From c82502de3ed015217b9763d09a4e48675ef995a0 Mon Sep 17 00:00:00 2001 From: wangxiaowei <1121133807@qq.com> Date: Mon, 27 Apr 2026 17:57:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=8C=B6=E8=89=BA=E5=B8=88?= =?UTF-8?q?=E5=88=86=E8=B4=A6=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../finance/teamaster_order_split/index.vue | 21 ------------------- .../user_coupon_yh/index.vue | 12 +++++------ 2 files changed, 6 insertions(+), 27 deletions(-) diff --git a/src/views/finance/teamaster_order_split/index.vue b/src/views/finance/teamaster_order_split/index.vue index 0a20c14..23e9f95 100644 --- a/src/views/finance/teamaster_order_split/index.vue +++ b/src/views/finance/teamaster_order_split/index.vue @@ -70,7 +70,6 @@ - @@ -83,11 +82,6 @@ import feedback from '@/utils/feedback' import EditPopup from './edit.vue' import { getRoutePath } from '@/router' -const editRef = shallowRef>() -// 是否显示编辑框 -const showEdit = ref(false) - - // 查询条件 const queryParams = reactive({ order_sn: '', @@ -115,21 +109,6 @@ const { pager, getLists, resetParams, resetPage } = usePaging({ params: queryParams }) -// 添加 -const handleAdd = async () => { - showEdit.value = true - await nextTick() - editRef.value?.open('add') -} - -// 编辑 -const handleEdit = async (data: any) => { - showEdit.value = true - await nextTick() - editRef.value?.open('edit') - editRef.value?.setFormData(data) -} - // 删除 const handleDelete = async (id: number | any[]) => { await feedback.confirm('确定要删除?') diff --git a/src/views/teamaster_package/user_coupon_yh/index.vue b/src/views/teamaster_package/user_coupon_yh/index.vue index 9b2a849..99c57e1 100644 --- a/src/views/teamaster_package/user_coupon_yh/index.vue +++ b/src/views/teamaster_package/user_coupon_yh/index.vue @@ -14,9 +14,9 @@ - - - + + + @@ -64,9 +64,9 @@