整理系统菜单及权限

This commit is contained in:
gxwebsoft
2024-05-01 16:50:27 +08:00
parent ae068890b2
commit 0bf561f544
60 changed files with 4288 additions and 2007 deletions

View File

@@ -136,19 +136,6 @@
<!-- </template>-->
</a-form>
</a-tab-pane>
<a-tab-pane tab="网站参数" key="developer">
<a-form
:label-col="
styleResponsive
? { lg: 2, md: 6, sm: 4, xs: 24 }
: { flex: '100px' }
"
:wrapper-col="styleResponsive ? { offset: 1 } : { offset: 1 }"
style="margin-top: 20px"
>
<WebsiteFieldForm :website-id="form.websiteId" :data="form" @done="query" />
</a-form>
</a-tab-pane>
</a-tabs>
</a-card>
<Field