Commit 3a2fe0cc authored by 李苏's avatar 李苏 💬

hide selector

parent 54a9915c
......@@ -152,27 +152,27 @@
}
}
},
{
"label": "含0库存",
"prop": "zero",
"span": 6,
"type": "RelSelect",
"value": "N",
"typeConfig": {
optionsData:[{
id:'N',
name:'不包含0库存'
},
{
id:'Y',
name:'包含0库存'
}],
"match": {
"value": "id",
"label": "name"
}
}
}
// {
// "label": "含0库存",
// "prop": "zero",
// "span": 6,
// "type": "RelSelect",
// "value": "N",
// "typeConfig": {
// optionsData:[{
// id:'N',
// name:'不包含0库存'
// },
// {
// id:'Y',
// name:'包含0库存'
// }],
// "match": {
// "value": "id",
// "label": "name"
// }
// }
// }
]
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment