57 lines
1.1 KiB
JavaScript
57 lines
1.1 KiB
JavaScript
const detailConfig = {
|
|
title: "质量检查表",
|
|
config: [
|
|
{
|
|
label: "组织名称",
|
|
value: "org_name"
|
|
},
|
|
{
|
|
label: "部门名称",
|
|
value: "dept_name"
|
|
},
|
|
{
|
|
label: "项目名称",
|
|
value: "project_name"
|
|
},
|
|
{
|
|
label: "项目编码",
|
|
value: "project_code"
|
|
},
|
|
{
|
|
label: "检查性质",
|
|
value: "check_nature"
|
|
},
|
|
{
|
|
label: "整改期限",
|
|
value: "modify_term"
|
|
},
|
|
{
|
|
label: "检查人",
|
|
value: "check_user"
|
|
},
|
|
{
|
|
label: "检查单位",
|
|
value: "check_unit"
|
|
},
|
|
{
|
|
label: "责任人",
|
|
value: "resp_user"
|
|
},
|
|
{
|
|
label: "检查项",
|
|
value: "check_item"
|
|
},
|
|
{
|
|
label: "质量隐患",
|
|
value: "quality_hazards"
|
|
},
|
|
|
|
{
|
|
label: "检查结果",
|
|
value: "check_result"
|
|
},
|
|
],
|
|
|
|
|
|
}
|
|
export default detailConfig; |