32 lines
777 B
JavaScript
32 lines
777 B
JavaScript
const detailConfig = {
|
|
title: "项目预警设置",
|
|
config: [
|
|
{
|
|
label: "项目名称",
|
|
value: "project_name"
|
|
},
|
|
{
|
|
label: "项目编码",
|
|
value: "project_code"
|
|
},
|
|
{
|
|
label: "材料预算花费比例",
|
|
value: "material_budget_expenditure_ratio"
|
|
},
|
|
{
|
|
label: "人工预算花费比例",
|
|
value: "labour_budget_expenditure_ratio"
|
|
},
|
|
{
|
|
label: "费用预算花费比例",
|
|
value: "cost_budget_expenditure_ratio"
|
|
},
|
|
{
|
|
label: "分包预算花费比例",
|
|
value: "subcontract_budget_expenditure_ratio"
|
|
},
|
|
|
|
]
|
|
|
|
}
|
|
export default detailConfig; |