预算书-财政拨款、年度预算表 功能添加 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[] {
return [
{
title: 'ID',
dataIndex: 'id',
width: 300,
},
{
title: '姓名',
title: '单位名称',
dataIndex: 'name',
width: 300,
edit: true
},
{
title: '地址',
title: '分年度预算',
width: 120,
edit: true,
children: [
{
title: '地址',
title: '2025年',
dataIndex: 'address',
key: 'address',
width: 200,
edit: true,
},
{
title: '编号',
/*{
title: '2026年',
dataIndex: 'no',
key: 'no',
edit: true
},
{
title: '2027年',
dataIndex: 'no',
key: 'no',
edit: true
},*/
],
},
{
title: '开始时间',
title: '小计',
dataIndex: 'beginTime',
width: 200,
edit: true,
},
{
title: '结束时间',
dataIndex: 'endTime',
width: 200,
edit: true,
},
];
}

Loading…
Cancel
Save