|
|
@@ -15,7 +15,7 @@
|
|
|
>
|
|
|
<template #bodyCell="{column, record}">
|
|
|
<template v-if="column.key === 'id'" >
|
|
|
- <a @click="openModal()">{{record.id}}</a>
|
|
|
+ <a @click="goDetailPage(record.id)" >{{record.id}}</a>
|
|
|
</template>
|
|
|
<template v-if="column.key === 'createAt'" >
|
|
|
{{dayjs(record.createAt).format('YYYY/MM/DD HH:MM:ss')}}
|