From d48a10fd6d1e2a88bc34da4b39eb006ad7ace091 Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期五, 27 九月 2024 18:28:27 +0800 Subject: [PATCH] add:结算订单明细统计报表 --- pages/mark-up/edit-partner/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pages/mark-up/edit-partner/index.vue b/pages/mark-up/edit-partner/index.vue index 1f88cd8..b792af9 100644 --- a/pages/mark-up/edit-partner/index.vue +++ b/pages/mark-up/edit-partner/index.vue @@ -14,6 +14,7 @@ hasView: false, extraQuery: { status: 'P', + isEnabled: 1, }, operationAttrs: { width: 150, -- Gitblit v1.9.3