From d0ea91450e4362474f2e14e018fad075acd73d0a Mon Sep 17 00:00:00 2001 From: mashuai Date: Wed, 14 Jan 2026 10:43:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../material/cost/component/reportHome.vue | 16 +++++++-------- .../material/cost/component/unreportHome.vue | 20 +++++++++---------- src/views/settlement/add.vue | 6 +++--- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/views/material/cost/component/reportHome.vue b/src/views/material/cost/component/reportHome.vue index 32098880..1b4b4b34 100644 --- a/src/views/material/cost/component/reportHome.vue +++ b/src/views/material/cost/component/reportHome.vue @@ -182,8 +182,8 @@ - - + + --> - + - + @@ -788,8 +788,8 @@ export default { { key: 'unitPrice', title: '单价(元)' }, { key: 'quantity', title: '数量' }, // { key: 'returnQuantity', title: '归还数量' }, - { key: 'leaseDate', title: '租赁日期' }, - { key: 'returnDate', title: '退还日期' }, + { key: 'leaseDate', title: '租赁开始日期' }, + { key: 'returnDate', title: '租赁结束日期' }, { key: 'days', title: '天数' }, { key: 'cost', title: '费用(元)' } ]; @@ -837,8 +837,8 @@ export default { { key: 'unitPrice', title: '单价(元)' }, { key: 'quantity', title: '数量' }, // { key: 'returnQuantity', title: '归还数量' }, - { key: 'leaseDate', title: '租赁日期' }, - { key: 'returnDate', title: '退还日期' }, + { key: 'leaseDate', title: '租赁开始日期' }, + { key: 'returnDate', title: '租赁结束日期' }, { key: 'days', title: '天数' }, { key: 'cost', title: '费用(元)' }, { key: 'costType', title: '费用类型' } diff --git a/src/views/material/cost/component/unreportHome.vue b/src/views/material/cost/component/unreportHome.vue index 49e4eee0..08acb15b 100644 --- a/src/views/material/cost/component/unreportHome.vue +++ b/src/views/material/cost/component/unreportHome.vue @@ -221,8 +221,8 @@ - - + + - + - +