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