wangyong 3 months ago
parent
commit
0c254c912f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/lotCard/cardList/config.js

+ 3 - 3
src/views/lotCard/cardList/config.js

@@ -216,16 +216,16 @@ export const SearchForm = [
   {
     type: "select",
     label: "流量包状态",
-    field: "simType",
+    field: "packageStatus",
     options: [], // 默认空,后面会通过字典加载
-    dict: "account",
+    dict: "packageStatus",
     value: "", // 双向绑定的值
     width: "200",
   },
   {
     type: "select",
     label: "SIM状态",
-    field: "iccidstatus",
+    field: "status",
     options: [], // 默认空,后面会通过字典加载
     dict: "account",
     value: "", // 双向绑定的值