diff --git a/src/views/material/cost/component/reportHome.vue b/src/views/material/cost/component/reportHome.vue
index ea2c1a20..145390af 100644
--- a/src/views/material/cost/component/reportHome.vue
+++ b/src/views/material/cost/component/reportHome.vue
@@ -161,7 +161,7 @@
-
+
@@ -262,11 +262,11 @@
-
-
+
{{ scope.row.costType === 'lease' ? (scope.row.leaseDate || '-') : '-' }}
@@ -762,7 +762,7 @@ export default {
{ key: 'unit', title: '单位' },
{ key: 'unitPrice', title: '单价(元)' },
{ key: 'quantity', title: '数量' },
- { key: 'returnQuantity', title: '归还数量' },
+ // { key: 'returnQuantity', title: '归还数量' },
{ key: 'leaseDate', title: '租赁日期' },
{ key: 'returnDate', title: '退还日期' },
{ key: 'days', title: '天数' },
@@ -811,7 +811,7 @@ export default {
{ key: 'unit', title: '单位' },
{ key: 'unitPrice', title: '单价(元)' },
{ key: 'quantity', title: '数量' },
- { key: 'returnQuantity', title: '归还数量' },
+ // { key: 'returnQuantity', title: '归还数量' },
{ key: 'leaseDate', title: '租赁日期' },
{ key: 'returnDate', title: '退还日期' },
{ key: 'days', title: '天数' },