feat : 项目归档页面初始化

This commit is contained in:
2024-05-17 21:26:15 +08:00
parent 95f4610714
commit 7869ff4e6a
4 changed files with 257 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
@cancel="handleCancel"
>
<template #reference>
<el-button :type="btnType" size="mini" :disabled="isDisabled" :icon="btnIcon" :plain="isPlain" :link="link">
<el-button :type="btnType" size="mini" :disabled="isDisabled" :icon="btnIcon" :plain="isPlain" :link="link">
{{ btnText }}
</el-button>
</template>
@@ -24,7 +24,7 @@ const props = defineProps({
},
btnType: {
type: String,
default: 'text'
default: 'danger'
},
type: {
type: String,