🔨 修改 defineProps 规范.

This commit is contained in:
lijiahangmax
2024-04-06 23:11:30 +08:00
parent 812286a2e7
commit 3623e6bd4a
50 changed files with 300 additions and 394 deletions

View File

@@ -103,7 +103,9 @@
</template>
<!-- 操作类型 -->
<template #type="{ record }">
{{ getDictValue(sftpOperatorTypeKey, record.type) }}
<a-tag color="arcoblue">
{{ getDictValue(sftpOperatorTypeKey, record.type) }}
</a-tag>
</template>
<!-- 操作文件 -->
<template #paths="{ record }">