fix: 套餐订购,界面优化
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m59s

This commit is contained in:
sexygoat
2026-04-27 11:14:20 +08:00
parent 2a33434005
commit 6c9b29c53b
5 changed files with 50 additions and 18 deletions

View File

@@ -173,7 +173,9 @@
</ElSelect>
</ElFormItem>
<ElFormItem
v-if="allocateForm.selection_type === CardSelectionType.FILTER && userInfo.user_type !== 3"
v-if="
allocateForm.selection_type === CardSelectionType.FILTER && userInfo.user_type !== 3
"
label="批次号"
>
<ElSelect
@@ -274,7 +276,9 @@
</ElSelect>
</ElFormItem>
<ElFormItem
v-if="recallForm.selection_type === CardSelectionType.FILTER && userInfo.user_type !== 3"
v-if="
recallForm.selection_type === CardSelectionType.FILTER && userInfo.user_type !== 3
"
label="批次号"
>
<ElSelect
@@ -1162,8 +1166,8 @@
placeholder: '全部'
},
options: () => [
{ label: '未绑定设备', value: false },
{ label: '已绑定设备', value: true }
{ label: '未绑定设备', value: true },
{ label: '已绑定设备', value: false }
]
},
{