ソースを参照

吉永加币筛选

caojunjie 1 年間 前
コミット
006414fdd3
1 ファイル変更14 行追加8 行削除
  1. 14 8
      src/components/bill/config/mainList.json

+ 14 - 8
src/components/bill/config/mainList.json

@@ -23,7 +23,7 @@
   "selection": true,
   "menu": true,
   "searchIcon": true,
-  "searchIndex": 2,
+  "searchIndex": 3,
   "dialogClickModal": false,
   "showSummary": true,
   "summaryText": "合计",
@@ -66,6 +66,19 @@
       "width": 150,
       "index": 2.1
     },{
+      "label": "币别",
+      "prop": "currency",
+      "overHidden": true,
+      "width": 150,
+      "index": 6,
+      "search": true,
+      "type": "select",
+      "dicUrl": "/api/blade-system/dict-biz/dictionary?code=currency",
+      "props": {
+        "label": "dictValue",
+        "value": "dictKey"
+      }
+    },{
       "label": "日期",
       "prop": "rentStartDate",
 
@@ -104,13 +117,6 @@
       "index": 4
     },
     {
-      "label": "币别",
-      "prop": "currency",
-      "overHidden": true,
-      "width": 150,
-      "index": 6
-    },
-    {
       "label": "金额",
       "prop": "amount",
       "overHidden": true,