refactor: 优化代码生成相关代码及初始菜单脚本

更新接口权限
This commit is contained in:
2024-11-17 14:24:40 +08:00
parent 5717d03d01
commit 7870de2892
10 changed files with 34 additions and 26 deletions

View File

@@ -128,3 +128,5 @@ const onUpdate = async (id: string) => {
defineExpose({ onAdd, onUpdate })
</script>
<style scoped lang="scss></style>

View File

@@ -39,4 +39,4 @@ const onOpen = async (id: string) => {
defineExpose({ onOpen })
</script>
<style lang="scss" scoped></style>
<style scoped lang="scss></style>

View File

@@ -194,4 +194,4 @@ const onDetail = (record: ${classNamePrefix}Resp) => {
}
</script>
<style lang="scss" scoped></style>
<style scoped lang="scss></style>