wangyong 5 月之前
父节点
当前提交
0c254c912f
共有 1 个文件被更改,包括 3 次插入3 次删除
  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: "", // 双向绑定的值