potato
This commit is contained in:
@@ -107,7 +107,7 @@ function createTable() {
|
|||||||
<Column field="table_name" header="Table Name" />
|
<Column field="table_name" header="Table Name" />
|
||||||
<Column field="table_link" header="Table Link">
|
<Column field="table_link" header="Table Link">
|
||||||
<template #body="slotProps">
|
<template #body="slotProps">
|
||||||
<a :href="'/' + slotProps.data.table_link" target="_blank" rel="noopener noreferrer">
|
<a :href="'/' + slotProps.data.table_link">
|
||||||
http://localhost/{{ slotProps.data.table_link }}
|
http://localhost/{{ slotProps.data.table_link }}
|
||||||
</a>
|
</a>
|
||||||
</template>
|
</template>
|
||||||
@@ -132,8 +132,7 @@ function createTable() {
|
|||||||
</Column>
|
</Column>
|
||||||
<Column field="table_link" header="Table Link">
|
<Column field="table_link" header="Table Link">
|
||||||
<template #body="slotProps">
|
<template #body="slotProps">
|
||||||
<a v-if="slotProps.data.active" :href="'/' + slotProps.data.table_link" target="_blank"
|
<a v-if="slotProps.data.active" :href="'/' + slotProps.data.table_link">
|
||||||
rel="noopener noreferrer">
|
|
||||||
http://localhost/{{ slotProps.data.table_link }}
|
http://localhost/{{ slotProps.data.table_link }}
|
||||||
</a>
|
</a>
|
||||||
<div v-if="!slotProps.data.active">
|
<div v-if="!slotProps.data.active">
|
||||||
|
|||||||
Reference in New Issue
Block a user