32 lines
652 B
JavaScript
Raw Normal View History

2024-03-19 18:12:18 +08:00
const detailConfig = {
title: "工程监理--监理工作联系单",
config: [
{
label: "整改回复时间",
value: "rectification_time"
},
{
label: "整改回复人",
value: "rectification_user"
},
{
label: "检查结果",
value: "rectification_result_text"
},
{
label: "整改回复意见",
value: "rectification_opinion"
},
{
label: "附件",
2024-03-30 17:09:54 +08:00
value: "rectification_annex",
2024-03-19 18:12:18 +08:00
column: 1
},
],
}
export default detailConfig;