From 88b83e057d4ad209ee1811125e5f5b1588e03308 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Tue, 17 Dec 2024 17:42:32 +0800 Subject: [PATCH] init --- src/components/PlanPicker/index.vue | 1 + src/views/away/index.vue | 4 +- .../contract/components/editorContract.vue | 1 + src/views/contract/contractEdit.vue | 31 ++++++-- src/views/contract/contractList.vue | 72 +++++++++++-------- src/views/dashboard/index.vue | 4 +- 6 files changed, 74 insertions(+), 39 deletions(-) diff --git a/src/components/PlanPicker/index.vue b/src/components/PlanPicker/index.vue index 1df0629..036e663 100644 --- a/src/components/PlanPicker/index.vue +++ b/src/components/PlanPicker/index.vue @@ -263,6 +263,7 @@ export default { resolve(selections.map((i) => ({ plan_id: i.id, plan_title: i.title, + plan_year: i.year, use_money: i._inputMoney, new_money: i.money, }))) diff --git a/src/views/away/index.vue b/src/views/away/index.vue index bb9b518..1afcd5f 100644 --- a/src/views/away/index.vue +++ b/src/views/away/index.vue @@ -81,7 +81,7 @@ width="220" >