刘翔宇-旅管家 3 years ago
parent 938e1396d5
commit 4e38f1beea

File diff suppressed because it is too large Load Diff

@ -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,

Loading…
Cancel
Save