fix: 隱藏 dashboard 左上區塊

This commit is contained in:
MJM_2025_05\polly 2025-09-10 09:01:32 +08:00
parent 3884f139aa
commit 0ef5abe06d
2 changed files with 4 additions and 4 deletions

View File

@ -155,7 +155,7 @@ watch(
<template #topLeft>IoT</template>
</Select>
</div>
<div class="flex items-center w-full" v-if="searchParams.mainSys_id == 26">
<!-- <div class="flex items-center w-full" v-if="searchParams.mainSys_id == 26">
<Select
:value="formState"
class="min-w-[180px] w-full"
@ -169,7 +169,7 @@ watch(
$t("energy.electricity_classification")
}}</template>
</Select>
</div>
</div> -->
<Input :value="formState" class="min-w-[180px] w-full" name="asset_number">
<template #topLeft>{{ $t("assetManagement.asset_number") }}</template>
<template #bottomLeft

View File

@ -138,14 +138,14 @@ onUnmounted(() => {
>
<!-- 無資料時完整隱藏區塊不留空白 -->
<DashboardProduct
<!-- <DashboardProduct
@visible-change="(v) => (productVisible = v)"
v-show="productVisible"
/>
<DashboardProductComplete
@visible-change="(v) => (productCompleteVisible = v)"
v-show="productVisible"
/>
/> -->
<DashboardIndoor />
<DashboardRefrig class="mb-10" />
</div>