117 lines
2.7 KiB
JavaScript
117 lines
2.7 KiB
JavaScript
const detailConfig = {
|
|
title: "工程监理--监理项目信息详情",
|
|
config: [
|
|
{
|
|
label: "项目名称",
|
|
value: "project_name"
|
|
},
|
|
{
|
|
label: "行业",
|
|
value: "industry_text"
|
|
},
|
|
{
|
|
label: "性质",
|
|
value: "nature_text"
|
|
},
|
|
{
|
|
label: "建设单位",
|
|
value: "build_unit_name"
|
|
},
|
|
{
|
|
label: "建设区域",
|
|
value: "build_area_text"
|
|
},
|
|
{
|
|
label: "项目地址",
|
|
value: "address"
|
|
},
|
|
{
|
|
label: "项目等级",
|
|
value: "project_level_text"
|
|
},
|
|
{
|
|
label: "总投资(元)",
|
|
value: "total_investment"
|
|
},
|
|
{
|
|
label: "立项日期",
|
|
value: "initiation_date"
|
|
},
|
|
{
|
|
label: "关联合同",
|
|
value: "contract_name"
|
|
},
|
|
{
|
|
label: "合同金额",
|
|
value: "contract_amount"
|
|
},
|
|
{
|
|
label: "实际开工日期",
|
|
value: "actual_start_date"
|
|
},
|
|
{
|
|
label: "实际竣工日期",
|
|
value: "actual_end_date"
|
|
},
|
|
{
|
|
label: "计划开工日期",
|
|
value: "planned_start_date"
|
|
}, {
|
|
label: "计划竣工日期",
|
|
value: "planned_end_date"
|
|
}, {
|
|
label: "合同服务内容",
|
|
value: "contract_content"
|
|
}, {
|
|
label: "项目概况",
|
|
value: "project_overview"
|
|
}, {
|
|
label: "项目要求",
|
|
value: "project_requirements"
|
|
},
|
|
{
|
|
label: "备注",
|
|
value: "remark",
|
|
column: 1
|
|
},
|
|
{
|
|
label: "监管部门",
|
|
value: "supervision_department_text"
|
|
},
|
|
{
|
|
label: "实施部门",
|
|
value: "implementation_department_text"
|
|
},
|
|
{
|
|
label: "项目部",
|
|
value: "project_department_text"
|
|
},
|
|
{
|
|
label: "工程状态",
|
|
value: "engineering_status_text"
|
|
},
|
|
{
|
|
label: "项目负责人员",
|
|
value: "project_manager_name"
|
|
},
|
|
{
|
|
label: "甲方单位",
|
|
value: "part_a_unit"
|
|
},
|
|
{
|
|
label: "创建人",
|
|
value: "create_user"
|
|
},
|
|
{
|
|
label: "创建时间",
|
|
value: "create_time"
|
|
},
|
|
{
|
|
label: "附件",
|
|
value: "annex",
|
|
column: 1
|
|
},
|
|
]
|
|
|
|
}
|
|
export default detailConfig; |