预算书-财政拨款、年度预算表 功能添加 10.30

master
zhc077 3 weeks ago
parent 6586ac64a3
commit 9852470ebb
  1. 28
      jeecgboot-vue3/src/views/projectApplication/kejigongguan/yusuanshu/NianDuYuSuanDemo.vue

@ -34,42 +34,48 @@ export default defineComponent({
function getMergeHeaderColumns(): BasicColumn[] { function getMergeHeaderColumns(): BasicColumn[] {
return [ return [
{ {
title: 'ID', title: '单位名称',
dataIndex: 'id',
width: 300,
},
{
title: '姓名',
dataIndex: 'name', dataIndex: 'name',
width: 300, width: 300,
edit: true edit: true
}, },
{ {
title: '地址', title: '分年度预算',
width: 120, width: 120,
edit: true,
children: [ children: [
{ {
title: '地址', title: '2025年',
dataIndex: 'address', dataIndex: 'address',
key: 'address', key: 'address',
width: 200, width: 200,
edit: true,
}, },
{ /*{
title: '编号', title: '2026年',
dataIndex: 'no', dataIndex: 'no',
key: 'no', key: 'no',
edit: true
}, },
{
title: '2027年',
dataIndex: 'no',
key: 'no',
edit: true
},*/
], ],
}, },
{ {
title: '开始时间', title: '小计',
dataIndex: 'beginTime', dataIndex: 'beginTime',
width: 200, width: 200,
edit: true,
}, },
{ {
title: '结束时间', title: '结束时间',
dataIndex: 'endTime', dataIndex: 'endTime',
width: 200, width: 200,
edit: true,
}, },
]; ];
} }

Loading…
Cancel
Save