|
|
|
@ -1,7 +1,13 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div class="page-header-index-wide">
|
|
|
|
|
<a-row :gutter="12">
|
|
|
|
|
<a-col :xl="10" :lg="10" :md="10" :sm="24" :xs="24" :style="{ 'padding-bottom': '12px' }">
|
|
|
|
|
<a-col
|
|
|
|
|
:xl="10"
|
|
|
|
|
:lg="10"
|
|
|
|
|
:md="10"
|
|
|
|
|
:sm="24"
|
|
|
|
|
:xs="24"
|
|
|
|
|
:style="{ 'padding-bottom': '12px' }">
|
|
|
|
|
<a-card title="添加菜单">
|
|
|
|
|
<a-form layout="horizontal">
|
|
|
|
|
<a-form-item label="名称:" help="*页面上所显示的名称">
|
|
|
|
@ -33,7 +39,13 @@
|
|
|
|
|
</a-form>
|
|
|
|
|
</a-card>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :xl="14" :lg="14" :md="14" :sm="24" :xs="24" :style="{ 'padding-bottom': '12px' }">
|
|
|
|
|
<a-col
|
|
|
|
|
:xl="14"
|
|
|
|
|
:lg="14"
|
|
|
|
|
:md="14"
|
|
|
|
|
:sm="24"
|
|
|
|
|
:xs="24"
|
|
|
|
|
:style="{ 'padding-bottom': '12px' }">
|
|
|
|
|
<a-card title="所有菜单">
|
|
|
|
|
<a-table :columns="columns" :dataSource="menus" :loading="loading">
|
|
|
|
|
<ellipsis :length="10" tooltip slot="name" slot-scope="text">
|
|
|
|
|