Fix: Remove conditional rendering to ensure action buttons are always visible

This commit is contained in:
ewall555 2025-04-09 17:13:37 +08:00
parent 4162bdb74d
commit 1988c0e152

View File

@ -9,7 +9,7 @@
class="text edit-input"
@blur="onEditBlur"
/>
<span v-if="realValue" class="action">
<span class="action">
<template v-for="(item, index) in iActions">
<el-tooltip
v-if="item.has"