From 91f5b33e68862ec5e23b64e504d44973c04957c9 Mon Sep 17 00:00:00 2001 From: dev_ljl <2590379346@qq.com> Date: Fri, 22 Aug 2025 17:01:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=BB=9F=E8=AE=A1=E5=88=86=E6=9E=90?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/property/costManagement/paymentReview/index.vue | 2 +- .../views/property/customerService/questionnaire/index.vue | 3 +-- .../greenPlantRentalManagement/orderManagement/data.ts | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/web-antd/src/views/property/costManagement/paymentReview/index.vue b/apps/web-antd/src/views/property/costManagement/paymentReview/index.vue index 54626057..0e551373 100644 --- a/apps/web-antd/src/views/property/costManagement/paymentReview/index.vue +++ b/apps/web-antd/src/views/property/costManagement/paymentReview/index.vue @@ -92,7 +92,7 @@ async function handleEdit(row: Required) { {{ '审核' }} diff --git a/apps/web-antd/src/views/property/customerService/questionnaire/index.vue b/apps/web-antd/src/views/property/customerService/questionnaire/index.vue index f9d8df1b..8892657c 100644 --- a/apps/web-antd/src/views/property/customerService/questionnaire/index.vue +++ b/apps/web-antd/src/views/property/customerService/questionnaire/index.vue @@ -175,8 +175,7 @@ async function handleDelete(row: Required) { 统计分析 diff --git a/apps/web-antd/src/views/property/greenPlantRentalManagement/orderManagement/data.ts b/apps/web-antd/src/views/property/greenPlantRentalManagement/orderManagement/data.ts index 02d55171..f25fb8f6 100644 --- a/apps/web-antd/src/views/property/greenPlantRentalManagement/orderManagement/data.ts +++ b/apps/web-antd/src/views/property/greenPlantRentalManagement/orderManagement/data.ts @@ -47,7 +47,7 @@ export const columns: VxeGridProps['columns'] = [ { title: '订单号', field: 'orderNo', - width: 100 + minWidth: 180 }, { title: '客户名称', @@ -134,7 +134,7 @@ export const columns: VxeGridProps['columns'] = [ fixed: 'right', slots: {default: 'action'}, title: '操作', - minWidth: 180, + width: 180, }, ];