diff --git a/apps/web-antd/src/views/property/costManagement/carCharge/data.ts b/apps/web-antd/src/views/property/costManagement/carCharge/data.ts index 6406918b..b4eb9bc2 100644 --- a/apps/web-antd/src/views/property/costManagement/carCharge/data.ts +++ b/apps/web-antd/src/views/property/costManagement/carCharge/data.ts @@ -55,7 +55,7 @@ export const columns: VxeGridProps['columns'] = [ }, { title: '车牌号', field: 'carNumber' }, { title: '车位', field: 'location' }, - { title: '业主', field: 'personId' }, + { title: '业主', field: 'personName' }, { title: '缴费状态', field: 'chargeStatus', 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, }, ];