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