|
@@ -13,7 +13,7 @@
|
|
|
<a-tabs v-model:activeKey="activeKey" centered>
|
|
|
<a-tab-pane key="1" tab="非遗项目">
|
|
|
<EmptyToRecord title="非遗项目" :model="ichData" @edit="router.push({ name: 'FormIch' })">
|
|
|
- <a-alert v-if="true || ichData?.progress == -1" message="提交的信息被退回,您可以去修改" type="error" class="mt-3" showIcon>
|
|
|
+ <a-alert v-if="ichData?.progress == -1" message="提交的信息被退回,您可以去修改" type="error" class="mt-3" showIcon>
|
|
|
<template #action>
|
|
|
<a-button size="small" type="primary" @click="router.push({ name: 'FormIch' })">去修改</a-button>
|
|
|
</template>
|
|
@@ -225,7 +225,7 @@ onMounted(() => {
|
|
|
|
|
|
function openInMessage() {
|
|
|
const lastTime = new Date(parseInt('' + SettingsUtils.getSettings('inheritorShowInMessageLastTime', 0)));
|
|
|
- if (new Date().getTime() - lastTime.getTime() > 1000 * 3600 * 1) {
|
|
|
+ if (new Date().getTime() - lastTime.getTime() > 1000 * 3600 * 48) {
|
|
|
showInMessage.value = true;
|
|
|
}
|
|
|
}
|