@@ -88,6 +88,13 @@
{
"label": "国家",
"prop": "country",
+ "type": "select",
+ "filterable": true,
+ "dicUrl": "/api/blade-system/dict-biz/dictionary?code=country",
+ "props": {
+ "label": "dictValue",
+ "value": "dictKey"
+ },
"width": 80
},