mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-10 08:57:10 +08:00
fix(system/menu): 菜单类型添加权限标识字段
This commit is contained in:
@@ -78,6 +78,11 @@
|
|||||||
</template>
|
</template>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
<a-col v-bind="colProps">
|
||||||
|
<a-form-item v-if="form.type === 2" label="权限标识" field="permission">
|
||||||
|
<a-input v-model.trim="form.permission" placeholder="system:user:add" allow-clear />
|
||||||
|
</a-form-item>
|
||||||
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
<a-row v-if="[1, 2].includes(form.type)" :gutter="16">
|
<a-row v-if="[1, 2].includes(form.type)" :gutter="16">
|
||||||
<a-col :xs="12" :sm="12" :md="8" :lg="8" :xl="8" :xxl="8">
|
<a-col :xs="12" :sm="12" :md="8" :lg="8" :xl="8" :xxl="8">
|
||||||
|
Reference in New Issue
Block a user