This commit is contained in:
陈红丽 2024-12-13 15:27:51 +08:00
parent 1c83b4a240
commit 321683e7c2
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'],
},