修改老数据支持
parent
542e8594a1
commit
bd1c3164d7
|
|
@ -50,7 +50,7 @@
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</div>
|
</div>
|
||||||
</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-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>
|
<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,
|
} : item.subscript,
|
||||||
}));
|
}));
|
||||||
|
console.log(nav_content_list);
|
||||||
});
|
});
|
||||||
|
|
||||||
const add = () => {
|
const add = () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue