refactor: 将枚举和常量从utils移动到constants
This commit is contained in:
@@ -155,7 +155,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
||||
</template>
|
||||
<template #file-content="{ row }">
|
||||
<Image v-if="row.type && row.type.includes('image')" :src="row.url" />
|
||||
<Button v-else type="link" @click="() => openWindow(row.url)">
|
||||
<Button v-else type="link" @click="() => openWindow(row.url!)">
|
||||
{{ row.type && row.type.includes('pdf') ? '预览' : '下载' }}
|
||||
</Button>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user