zhouwx
2024-12-10 ebe1d0d927fe99e1df1096225cc564d65ee6e9e8
bug修改
已修改3个文件
43 ■■■■■ 文件已修改
src/layout/components/Sidebar/menu.js 34 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/homePage.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safetyReview/projectSupplement/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/menu.js
@@ -48,23 +48,23 @@
                }
            ]
        },
        {
            path: '/expertManage',
            redirect: '/expertManage/experts',
            meta: { title: '厅专家库管理',icon: 'post'},
            children: [
                {
                    path: 'experts',
                    name: 'experts',
                    meta: { title: '厅专家库',icon: 'server'}
                },
                {
                    path: 'applyRecords',
                    name: 'applyRecords',
                    meta: { title: '专家申请记录',icon: 'skill'}
                }
            ]
        },
        // {
        //     path: '/expertManage',
        //     redirect: '/expertManage/experts',
        //     meta: { title: '厅专家库管理',icon: 'post'},
        //     children: [
        //         {
        //             path: 'experts',
        //             name: 'experts',
        //             meta: { title: '厅专家库',icon: 'server'}
        //         },
        //         {
        //             path: 'applyRecords',
        //             name: 'applyRecords',
        //             meta: { title: '专家申请记录',icon: 'skill'}
        //         }
        //     ]
        // },
        {
            path: '/baseSet',
            redirect: '/baseSet/evaluate',
src/views/homePage.vue
@@ -36,6 +36,10 @@
            <List style="width: 1em; height: 1em; margin-right: 8px" />
            <div>机构公示</div>
          </div>
          <div :class="state.activeMenu == 5?'active': ''" style="margin-left: 168px" @click="toExpert">
            <el-icon><Medal /></el-icon>
            <div>应急专家管理</div>
          </div>
        </div>
      </div>
      <div class="content">
@@ -143,6 +147,9 @@
}
const toExpert = () => {
  window.open("http://8.137.115.153:85/")
}
</script>
<style lang='scss' scoped>
src/views/safetyReview/projectSupplement/index.vue
@@ -7,7 +7,7 @@
          icon="Plus"
          @click="openDialog('add',{})"
      >新增</el-button>
      <span style="font-size: 15px;color: #ed5565;margin-left: 15px">补录今年1-6月的历史项目</span>
      <span style="font-size: 15px;color: #ed5565;margin-left: 15px">补录2024年1-6月的历史项目</span>
      <el-form :model="data.queryParams" ref="queryForm" :inline="true"  label-width="68px" style="margin-top: 10px">
        <el-form-item label="项目名称">
          <el-input v-model.trim="data.queryParams.name" placeholder="请输入项目名称"></el-input>