fix: 套餐订购,界面优化
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m59s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m59s
This commit is contained in:
@@ -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 }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user