重构小程序端管理模块

This commit is contained in:
2024-07-21 19:58:08 +08:00
parent 48ea6d0301
commit 23a25e1285
55 changed files with 3177 additions and 333 deletions

View File

@@ -22,7 +22,14 @@
</template>
<template #bodyCell="{ column, record }">
<template v-if="column.key === 'name'">
<a @click="openPreview(record.path)">{{ record.name }}</a>
<a
@click="
openPreview(
`https://${record.tenantId}.wsdns.cn${record.path}`
)
"
>{{ record.name }}</a
>
</template>
<template v-if="column.key === 'path'">
<span class="ele-text-placeholder">{{ record.path }}</span>