整理系统菜单及权限
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user