|
|
@@ -3,7 +3,7 @@
|
|
|
<div class="home flex justify-between">
|
|
|
<div class="homeLeft" style="margin-bottom: 10px">
|
|
|
<Select
|
|
|
- v-if="platformOptions && platformOptions.length > 1"
|
|
|
+ v-if="platformOptions && platformOptions.length > 0"
|
|
|
v-model:value="platformId"
|
|
|
style="width: 100px; margin-right: 15px"
|
|
|
placeholder="全部平台"
|
|
|
@@ -16,6 +16,7 @@
|
|
|
v-model:value="cameraType"
|
|
|
style="min-width: 100px; margin-right: 30px"
|
|
|
placeholder="全部相机"
|
|
|
+ v-if="options && options.length > 0"
|
|
|
:options="options"
|
|
|
allowClear
|
|
|
:getPopupContainer="(trigger) => trigger.parentNode"
|