修复已知bug
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<!-- 搜索表单 -->
|
||||
<template>
|
||||
<a-space :size="10" style="flex-wrap: wrap">
|
||||
<a-space :size="10" style="flex-wrap: wrap" v-if="count === 0">
|
||||
<a-button type="primary" class="ele-btn-icon" @click="add">
|
||||
<template #icon>
|
||||
<PlusOutlined />
|
||||
</template>
|
||||
<span>添加</span>
|
||||
<span>创建</span>
|
||||
</a-button>
|
||||
</a-space>
|
||||
</template>
|
||||
@@ -19,6 +19,7 @@
|
||||
defineProps<{
|
||||
// 选中的角色
|
||||
selection?: [];
|
||||
count?: 0;
|
||||
}>(),
|
||||
{}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user