This commit is contained in:
zjl 2024-12-13 15:32:46 +08:00
commit 3cf3aec2f5
2 changed files with 2 additions and 1 deletions

View File

@ -203,7 +203,7 @@
import AreaRanking from './components/AreaRanking.vue';
const notification = useNotification();
onMounted(() => {
if (localStorage.getItem('adClosed')) {
if (!localStorage.getItem('adClosed')) {
notification.info({
title: '双十二限时特惠',
content: () =>

View File

@ -133,6 +133,7 @@
label: '编辑',
icon: renderIcon(FormOutlined),
type: 'info',
disabled: record.status == 1,
onClick: handleEdit.bind(null, record),
auth: ['sys:job:update'],
},