Browse Source

JSLint

pull/9/head
ruibaby 6 years ago
parent
commit
c18a004a43
  1. 16
      src/views/interface/MenuList.vue
  2. 1
      src/views/interface/ThemeList.vue

16
src/views/interface/MenuList.vue

@ -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">

1
src/views/interface/ThemeList.vue

@ -55,6 +55,7 @@ export default {
visible: false,
optionTheme: '',
optionUrl: 'https://ryanc.cc',
// TODO api使
activatedTheme: 'anatole'
}
},

Loading…
Cancel
Save