45 lines
921 B
JavaScript
45 lines
921 B
JavaScript
const detailConfig = {
|
|
title: "质量目标表",
|
|
config: [
|
|
{
|
|
label: "组织名称",
|
|
value: "org_name"
|
|
},
|
|
{
|
|
label: "部门名称",
|
|
value: "dept_name"
|
|
},
|
|
{
|
|
label: "项目名称",
|
|
value: "project_name"
|
|
},
|
|
{
|
|
label: "目标",
|
|
value: "target"
|
|
},
|
|
{
|
|
label: "基本要求",
|
|
value: "basic_requirements"
|
|
},
|
|
{
|
|
label: "目标规范",
|
|
value: "target_specification"
|
|
},
|
|
{
|
|
label: "合格率",
|
|
value: "pass_rate"
|
|
},
|
|
{
|
|
label: "允许偏差",
|
|
value: "allowable_deviation"
|
|
},
|
|
{
|
|
label: "附件",
|
|
value: "file",
|
|
column: 1
|
|
},
|
|
],
|
|
|
|
|
|
}
|
|
export default detailConfig; |