From 042dacec9897778cd639564bce276010dcc22715 Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Fri, 16 Jan 2026 09:36:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=89=E6=96=B9=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=A1=B5=E9=9D=A2=E9=A1=B5=E9=9D=A2=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/shop/list/components/detailModal.vue | 13 +++++++++---- src/views/shop/list/components/payStatusCard.vue | 4 ++-- src/views/shop/list/index.vue | 5 +++-- src/views/shop/list/pay_setting.vue | 4 ++-- 4 files changed, 16 insertions(+), 10 deletions(-) diff --git a/src/views/shop/list/components/detailModal.vue b/src/views/shop/list/components/detailModal.vue index ab2d074..92bc3f2 100644 --- a/src/views/shop/list/components/detailModal.vue +++ b/src/views/shop/list/components/detailModal.vue @@ -2,16 +2,17 @@
- + - + - + - + 保存 @@ -25,6 +26,10 @@ import { ref } from 'vue' import { useRoute } from 'vue-router' import { shopMerchantPut } from '@/api/common' +const inputStyle = { + width: '500px' +} + const props = defineProps({ detail: { type: Object, diff --git a/src/views/shop/list/components/payStatusCard.vue b/src/views/shop/list/components/payStatusCard.vue index 297022f..a98c93c 100644 --- a/src/views/shop/list/components/payStatusCard.vue +++ b/src/views/shop/list/components/payStatusCard.vue @@ -10,8 +10,8 @@