fix:sort
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 6m0s

This commit is contained in:
luo
2026-06-22 11:09:50 +08:00
parent d3b5f55c64
commit ebf9739f06
8 changed files with 86 additions and 59 deletions

View File

@@ -1796,19 +1796,6 @@
{ label: '否', value: false }
]
},
{
label: '是否绑设备',
prop: 'is_standalone',
type: 'select',
config: {
clearable: true,
placeholder: '全部'
},
options: () => [
{ label: '未绑定设备', value: true },
{ label: '已绑定设备', value: false }
]
},
{
label: '有无换卡',
prop: 'is_replaced',
@@ -1839,6 +1826,19 @@
clearable: true,
placeholder: '请输入ICCID结束号'
}
},
{
label: '是否绑设备',
prop: 'is_standalone',
type: 'select',
config: {
clearable: true,
placeholder: '全部'
},
options: () => [
{ label: '未绑定设备', value: true },
{ label: '已绑定设备', value: false }
]
}
]