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 @@
-
-
+
+
@@ -287,12 +287,12 @@
{{ scope.row.costType === 'lease' ? (scope.row.returnQuantity || 0) : '-' }}
-->
-
+
{{ scope.row.costType === 'lease' ? (scope.row.leaseDate || '-') : '-' }}
-
+
{{ scope.row.costType === 'lease' ? (scope.row.returnDate || '-') : '-' }}
@@ -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 @@
-
-
+
+
@@ -352,13 +352,13 @@
-
-
+
{{ scope.row.leaseDate || '-' }}
-
-
+
{{ scope.row.returnDate || '-' }}
-
@@ -514,8 +514,8 @@
-
-
+
+
@@ -1284,8 +1284,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: '费用(元)' }
];
@@ -1345,8 +1345,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/settlement/add.vue b/src/views/settlement/add.vue
index d5f32c40..d622c087 100644
--- a/src/views/settlement/add.vue
+++ b/src/views/settlement/add.vue
@@ -62,7 +62,7 @@
placeholder="请选择班组"
clearable
filterable
- multiple
+ multiple
style="width: 240px"
>
-
-
+
+