研发图纸文件管理系统-前端项目
longyvfengyun
2022-07-15 26e9fc77e76cc75ca801826f393c9cd28d701d7a
内容提交
3个文件已修改
28 ■■■■ 已修改文件
src/layouts/header/AdminHeader.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/workplace/WorkPlace.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/config.js 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/layouts/header/AdminHeader.vue
@@ -11,12 +11,12 @@
        <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">
@@ -47,8 +47,8 @@
    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
    }
src/pages/workplace/WorkPlace.vue
@@ -12,7 +12,7 @@
      <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">
          普通职员
src/router/config.js
@@ -50,11 +50,11 @@
              name: '图纸中心',
              component: () => import('@/pages/drawManage/drawCenter'),
            },
            {
              path: 'analysis',
              name: '图纸审批',
              component: () => import('@/pages/dashboard/analysis'),
            }
            // {
            //   path: 'analysis',
            //   name: '图纸审批',
            //   component: () => import('@/pages/dashboard/analysis'),
            // }
          ]
        },
        {