Auto Commit

上级 214c7ad7
...@@ -190,7 +190,7 @@ function initFirstData() { ...@@ -190,7 +190,7 @@ function initFirstData() {
:loading="state.loading" :pagination="state.pagination"> :loading="state.loading" :pagination="state.pagination">
<template #bodyCell="{ column, record }"> <template #bodyCell="{ column, record }">
<template v-if="column.key === 'url'"> <template v-if="column.key === 'url'">
<a> <a :href="record.url">
{{ record.url }} {{ record.url }}
</a> </a>
</template> </template>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册