修改老数据支持

v1.1.0
于肖磊 2024-11-25 18:14:43 +08:00
parent 542e8594a1
commit bd1c3164d7
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,7 @@
</el-form-item>
</div>
</div>
<div class="not-label-width flex-col gap-10 w h">
<div v-if="!isEmpty(scoped.row.subscript)" class="not-label-width flex-col gap-10 w h">
<!-- // -->
<el-form-item label="角标" label-width="40" class="mb-0">
<el-switch v-model="scoped.row.subscript.content.seckill_subscript_show" active-value="1" inactive-value="0"></el-switch>
@ -239,6 +239,7 @@ onBeforeMount(() => {
}
} : item.subscript,
}));
console.log(nav_content_list);
});
const add = () => {