fix: dialog强制刷新(:key)+el-button去text属性+Props对齐

This commit is contained in:
Hermes CI Fix
2026-07-14 11:46:31 +08:00
parent 953be65948
commit 1db0e76204
2 changed files with 7 additions and 4 deletions
@@ -58,14 +58,14 @@
<!-- 空状态占位提示 -->
<div v-if="objectives.length === 0" class="layer-empty">
<el-empty description="暂无目标" :image-size="60">
<el-button text type="primary" size="small" @click="$emit('add-objective', layerKey)">
<el-button type="primary" size="small" @click="$emit('add-objective', layerKey)">
点击 + 添加目标
</el-button>
</el-empty>
</div>
<!-- 底部添加按钮 -->
<el-button text type="primary" size="small" class="layer-add-btn" @click="$emit('add-objective', layerKey)">
<el-button type="primary" size="small" class="layer-add-btn" @click="$emit('add-objective', layerKey)">
+ 添加目标
</el-button>
</div>