bug修复

This commit is contained in:
hongchao 2025-07-26 13:03:44 +08:00
parent 66f2057580
commit 883a608f12
1 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@
<span v-html="highlightText(item.fullPath, searchKeyword)"></span> <span v-html="highlightText(item.fullPath, searchKeyword)"></span>
</el-option> </el-option>
</el-select> </el-select>
<div <!-- <div
v-if="currentTooltipItem" v-if="currentTooltipItem"
class="custom-tooltip" class="custom-tooltip"
:style="{ :style="{
@ -171,7 +171,7 @@
@error="imageLoadError" @error="imageLoadError"
/> />
<p>库存: {{ currentTooltipItem.storageNum }}</p> <p>库存: {{ currentTooltipItem.storageNum }}</p>
</div> </div> -->
</el-col> </el-col>
<el-col :span="6"> <el-col :span="6">
<el-input <el-input