fix: 隱藏 dashboard 左上區塊
This commit is contained in:
parent
3884f139aa
commit
0ef5abe06d
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user