15 lines
147 B
TypeScript
15 lines
147 B
TypeScript
export const Reports = [
|
|
{
|
|
id: 0,
|
|
title: "工程概况"
|
|
},
|
|
{
|
|
id: 1,
|
|
title: "责任主体"
|
|
},
|
|
{
|
|
id: 2,
|
|
title: "附件信息"
|
|
}
|
|
];
|