From 20a6a8b942f0212cc872afeef91163d36c19c5f5 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Mon, 4 Sep 2023 16:13:33 +0800 Subject: [PATCH] 2023-9-4 --- src/components/XyTable/index.vue | 4 +- src/views/contract/contractList.vue | 11 +- .../finance/components/addPropertyPlan.vue | 468 ++++++++++++------ src/views/finance/financialEvaluation.vue | 44 +- src/views/statisticalReport/govProcure.vue | 6 +- 5 files changed, 360 insertions(+), 173 deletions(-) diff --git a/src/components/XyTable/index.vue b/src/components/XyTable/index.vue index 66208cb..2c91e6b 100644 --- a/src/components/XyTable/index.vue +++ b/src/components/XyTable/index.vue @@ -177,7 +177,7 @@ export default { prop={item.prop} scopedSlots={{ default( scope ){ - return item.customFn(scope.row) + return item.customFn(scope.row,scope) } }}> @@ -201,7 +201,7 @@ export default { sortable={item1.sortable ?? true} scopedSlots={{ default( scope ){ - return item1.customFn(scope.row) + return item1.customFn(scope.row,scope) } }}> diff --git a/src/views/contract/contractList.vue b/src/views/contract/contractList.vue index af9d1d0..4aba07f 100644 --- a/src/views/contract/contractList.vue +++ b/src/views/contract/contractList.vue @@ -158,12 +158,6 @@