refactor(CURD): ♻️ 编辑表单使用drawer模式

This commit is contained in:
cshaptx4869
2024-05-14 15:23:26 +08:00
parent 3b9a249bcb
commit 87f67004dc
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<template>
<!-- drawer -->
<template v-if="props.modalConfig.component === 'drawer'">
<template v-if="modalConfig.component === 'drawer'">
<el-drawer
v-model="modalVisible"
:append-to-body="true"