bug修复
This commit is contained in:
parent
66f2057580
commit
883a608f12
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue