| | |
| | | <i-menu class="head-menu" :theme="headerTheme" mode="horizontal" :options="menuData" @select="onSelect"/> |
| | | </div> |
| | | <div :class="['admin-header-right', headerTheme]"> |
| | | <header-search class="header-item" @active="val => searchActive = val" /> |
| | | <a-tooltip class="header-item" title="帮助文档" placement="bottom" > |
| | | <a href="https://iczer.gitee.io/vue-antd-admin-docs/" target="_blank"> |
| | | <a-icon type="question-circle-o" /> |
| | | </a> |
| | | </a-tooltip> |
| | | <!-- <header-search class="header-item" @active="val => searchActive = val" />--> |
| | | <!-- <a-tooltip class="header-item" title="帮助文档" placement="bottom" >--> |
| | | <!-- <a href="https://iczer.gitee.io/vue-antd-admin-docs/" target="_blank">--> |
| | | <!-- <a-icon type="question-circle-o" />--> |
| | | <!-- </a>--> |
| | | <!-- </a-tooltip>--> |
| | | <header-notice class="header-item"/> |
| | | <header-avatar class="header-item"/> |
| | | <a-dropdown class="lang header-item"> |
| | |
| | | return { |
| | | langList: [ |
| | | {key: 'CN', name: '简体中文', alias: '简体'}, |
| | | {key: 'HK', name: '繁體中文', alias: '繁體'}, |
| | | {key: 'US', name: 'English', alias: 'English'} |
| | | // {key: 'HK', name: '繁體中文', alias: '繁體'}, |
| | | // {key: 'US', name: 'English', alias: 'English'} |
| | | ], |
| | | searchActive: false |
| | | } |
| | |
| | | <approved-list :is-show="'approved'==cardName"></approved-list> |
| | | </div> |
| | | <div class="test-card"> |
| | | 仅用于测试: |
| | | 仅用于测试角色切换: |
| | | <a-radio-group v-model="radio" default-value="a" button-style="solid" @change="radioChange"> |
| | | <a-radio-button :value="0"> |
| | | 普通职员 |
| | |
| | | name: '图纸中心', |
| | | component: () => import('@/pages/drawManage/drawCenter'), |
| | | }, |
| | | { |
| | | path: 'analysis', |
| | | name: '图纸审批', |
| | | component: () => import('@/pages/dashboard/analysis'), |
| | | } |
| | | // { |
| | | // path: 'analysis', |
| | | // name: '图纸审批', |
| | | // component: () => import('@/pages/dashboard/analysis'), |
| | | // } |
| | | ] |
| | | }, |
| | | { |