You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

34 lines
1.0 KiB

export default {
"code": "200",
"msg": "操作成功",
"data": [
{
//条件id columnId == 0 为发起人
"columnId": "1090",
//columnType == "String" && showType == "3"为多选 columnType == "Double"为区间
"showType": "1",
"showName": "预计采购总费用",
//columnName 条件自定义字段
"columnName": "planProcurementTotalMoney",
"columnType": "Double",
//fixedDownBoxValue 匹配 columnType == "String" && showType == "3"时子选项内容
"fixedDownBoxValue": ""
},
{
"columnId": "1092",
"showType": "3",
"showName": "采购类型",
"columnName": "procurementType",
"columnType": "String",
"fixedDownBoxValue": "{\"1\":{\"key\":\"1\",\"value\":\"新开园区集中采购\",\"column\":\"\",\"type\":\"1\"}}"
},
{
"columnId": "1093",
"showType": "1",
"showName": "园区面积",
"columnName": "parkArea",
"columnType": "Double",
"fixedDownBoxValue": ""
}
]
}