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

hide selector

parent 54a9915c
...@@ -152,27 +152,27 @@ ...@@ -152,27 +152,27 @@
} }
} }
}, },
{ // {
"label": "含0库存", // "label": "含0库存",
"prop": "zero", // "prop": "zero",
"span": 6, // "span": 6,
"type": "RelSelect", // "type": "RelSelect",
"value": "N", // "value": "N",
"typeConfig": { // "typeConfig": {
optionsData:[{ // optionsData:[{
id:'N', // id:'N',
name:'不包含0库存' // name:'不包含0库存'
}, // },
{ // {
id:'Y', // id:'Y',
name:'包含0库存' // name:'包含0库存'
}], // }],
"match": { // "match": {
"value": "id", // "value": "id",
"label": "name" // "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