32 lines
652 B
JavaScript
32 lines
652 B
JavaScript
|
|
const detailConfig = {
|
|
title: "工程监理--监理工作联系单",
|
|
config: [
|
|
{
|
|
label: "整改回复时间",
|
|
value: "rectification_time"
|
|
},
|
|
{
|
|
label: "整改回复人",
|
|
value: "rectification_user"
|
|
},
|
|
{
|
|
label: "检查结果",
|
|
value: "rectification_result_text"
|
|
},
|
|
{
|
|
label: "整改回复意见",
|
|
value: "rectification_opinion"
|
|
},
|
|
|
|
{
|
|
label: "附件",
|
|
value: "rectification_annex",
|
|
column: 1
|
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|
|
export default detailConfig; |