edit
This commit is contained in:
parent
e802fe53b1
commit
fd370ba2ad
@ -203,7 +203,7 @@
|
|||||||
import AreaRanking from './components/AreaRanking.vue';
|
import AreaRanking from './components/AreaRanking.vue';
|
||||||
const notification = useNotification();
|
const notification = useNotification();
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
if (!localStorage.getItem('adClosed')) {
|
if (localStorage.getItem('adClosed')) {
|
||||||
notification.info({
|
notification.info({
|
||||||
title: '双十二限时特惠',
|
title: '双十二限时特惠',
|
||||||
content: () =>
|
content: () =>
|
||||||
@ -212,7 +212,7 @@
|
|||||||
h(
|
h(
|
||||||
'a',
|
'a',
|
||||||
{
|
{
|
||||||
href: 'www.baidu.com',
|
href: 'https://www.baidu.com',
|
||||||
target: '_blank',
|
target: '_blank',
|
||||||
},
|
},
|
||||||
'前往购买授权',
|
'前往购买授权',
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
:row-key="(row) => row.id"
|
:row-key="(row) => row.id"
|
||||||
ref="tableRef"
|
ref="tableRef"
|
||||||
@update:checked-row-keys="onSelectionChange"
|
@update:checked-row-keys="onSelectionChange"
|
||||||
|
:autoScrollX="true"
|
||||||
>
|
>
|
||||||
<template #tableTitle>
|
<template #tableTitle>
|
||||||
<n-space>
|
<n-space>
|
||||||
|
Loading…
Reference in New Issue
Block a user