From 4e38f1beea0cf626af299bef96a20691a9835cb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=BF=94=E5=AE=87-=E6=97=85=E7=AE=A1=E5=AE=B6?= <153298343@qq.com> Date: Tue, 29 Nov 2022 15:43:43 +0800 Subject: [PATCH] up --- .../contract/components/detailContract.vue | 1026 +++++++++-------- .../contract/components/editorContract.vue | 18 +- 2 files changed, 552 insertions(+), 492 deletions(-) diff --git a/src/views/contract/components/detailContract.vue b/src/views/contract/components/detailContract.vue index 0ffad2e..01bda4f 100644 --- a/src/views/contract/components/detailContract.vue +++ b/src/views/contract/components/detailContract.vue @@ -1,491 +1,537 @@ - - - - - diff --git a/src/views/contract/components/editorContract.vue b/src/views/contract/components/editorContract.vue index 05695ba..c95a39e 100644 --- a/src/views/contract/components/editorContract.vue +++ b/src/views/contract/components/editorContract.vue @@ -289,6 +289,18 @@ width: 36, type: "selection" }, + { + label: "科室", + prop: 'plan_department.name', + width: 100, + align: 'center' + }, + { + label: "年份", + prop: 'year', + width: 80, + align: 'center' + }, { label: "分类", prop: 'type', @@ -302,12 +314,14 @@ { label: "名称", prop: 'name', - align: 'left' + align: 'left', + width: 220, }, { label: "计划金额", prop: 'money', - align: 'right' + align: 'right', + width: 120, } ], planTotal: 0,