Browse Source

提交诺晶

caojunjie 2 years ago
parent
commit
931498bc58
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/views/basicData/portinformation/configuration/mainList.json

+ 7 - 0
src/views/basicData/portinformation/configuration/mainList.json

@@ -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
     },
     {