From 4580ec963eedbf97ce06c80cb8e935d5f95e844d Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Tue, 5 Sep 2023 09:35:21 +0800 Subject: [PATCH] 2023-9-5 --- .../finance/components/addPropertyPlan.vue | 36 +++++++++---------- src/views/finance/financialEvaluation.vue | 10 ++++-- 2 files changed, 26 insertions(+), 20 deletions(-) diff --git a/src/views/finance/components/addPropertyPlan.vue b/src/views/finance/components/addPropertyPlan.vue index 80182a2..75f93ea 100644 --- a/src/views/finance/components/addPropertyPlan.vue +++ b/src/views/finance/components/addPropertyPlan.vue @@ -184,6 +184,24 @@ export default { type: "", itemTable: [ + { + prop: "content", + label: "评审内容", + minWidth: 200, + sortable: false, + customFn: (row) => { + return ( + + ); + }, + }, { prop: "plan_date", label: "计划评审时间", @@ -222,24 +240,6 @@ export default { ); }, }, - { - prop: "content", - label: "评审内容", - minWidth: 200, - sortable: false, - customFn: (row) => { - return ( - - ); - }, - }, { label: "操作", width: 180, diff --git a/src/views/finance/financialEvaluation.vue b/src/views/finance/financialEvaluation.vue index 2fd93ed..d7c7373 100644 --- a/src/views/finance/financialEvaluation.vue +++ b/src/views/finance/financialEvaluation.vue @@ -105,15 +105,21 @@ export default { align: "left", prop: 'plan.name' }, + { + prop: "content", + label: "评审内容", + minWidth: 220, + align: 'left' + }, { prop: "plan_date", label: "计划评审时间", - width: 200, + width: 170, }, { prop: "actually_date", label: "实际评审时间", - width: 200, + width: 170, }, ], total: 0,