重构小程序端管理模块
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user