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,