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,