国内开发
This commit is contained in:
@@ -93,6 +93,7 @@ export default {
|
||||
// 匹配项来源
|
||||
if (this.searchKey === '') {
|
||||
this.filterOptions = this.options
|
||||
console.log(this.options)
|
||||
} else {
|
||||
let result = []
|
||||
// 用原始数据进行匹配
|
||||
|
||||
@@ -1,19 +1,12 @@
|
||||
<!-- 右侧导航 -->
|
||||
<template>
|
||||
<div class="nav-menu">
|
||||
<div class="top">
|
||||
<div class="menu-item">高级检索</div>
|
||||
<div class="menu-item">个人中心</div>
|
||||
<div class="menu-item">统计图表</div>
|
||||
</div>
|
||||
<!-- <div class="bottom">-->
|
||||
<!-- <div v-for="(menuList, index) in navMenu" :key="index" class="menu-wrap" >-->
|
||||
<!-- <div v-for="menu in menuList" :key="menu.title" class="menu-item">-->
|
||||
<!-- {{ menu.title }}-->
|
||||
<!-- </div>-->
|
||||
<!-- </div>-->
|
||||
<!-- </div>-->
|
||||
<div class="bottom">
|
||||
<div class="lattice">
|
||||
<div class="menu-wrap">
|
||||
<enter-card label="高级检索" path="/" style="margin-left:0px;"></enter-card>
|
||||
<enter-card label="个人中心" path="/"></enter-card>
|
||||
<enter-card label="统计图表" path="/"></enter-card>
|
||||
</div>
|
||||
<div class="menu-wrap">
|
||||
<enter-card label="国内法规" path="/domesticStandardsAndRegulations" style="margin-left:0px;"></enter-card>
|
||||
<enter-card label="国外法规" path="/"></enter-card>
|
||||
@@ -36,36 +29,6 @@ export default {
|
||||
mixins: [],
|
||||
data() {
|
||||
return {
|
||||
navMenu: [
|
||||
[
|
||||
{
|
||||
title: '国内法规',
|
||||
path: '/domesticStandardsAndRegulations',
|
||||
},
|
||||
{
|
||||
title: '国外法规',
|
||||
path: '/',
|
||||
},
|
||||
{
|
||||
title: '标准清单',
|
||||
path: '/',
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
title: '国内外政策',
|
||||
path: '/',
|
||||
},
|
||||
{
|
||||
title: '企业标准',
|
||||
path: '/',
|
||||
},
|
||||
{
|
||||
title: '标准预警',
|
||||
path: '/',
|
||||
},
|
||||
],
|
||||
],
|
||||
}
|
||||
},
|
||||
computed: {},
|
||||
@@ -82,23 +45,7 @@ export default {
|
||||
<style lang="less" scoped>
|
||||
.nav-menu {
|
||||
margin-bottom: 10px;
|
||||
.top {
|
||||
display: flex;
|
||||
margin-bottom: 20px;
|
||||
.menu-item {
|
||||
flex: 1;
|
||||
height: 50px;
|
||||
margin-right: 10px;
|
||||
line-height: 50px;
|
||||
text-align: center;
|
||||
color: #ffffff;
|
||||
background: rgba(182, 213, 255, 0.22);
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.bottom {
|
||||
.lattice {
|
||||
.menu-wrap {
|
||||
display: flex;
|
||||
color: #ffffff;
|
||||
|
||||
@@ -166,18 +166,18 @@
|
||||
</el-form-item>
|
||||
<el-form-item class="search-item btn-box">
|
||||
<el-button
|
||||
icon="el-icon-search"
|
||||
type="primary"
|
||||
size="mini"
|
||||
class="common-button-primary"
|
||||
@click="StandFileListByPage"
|
||||
></el-button>
|
||||
>搜索</el-button>
|
||||
</el-form-item>
|
||||
<el-form-item class="serch-form-item btn-box">
|
||||
<el-button
|
||||
icon="el-icon-refresh-left"
|
||||
size="mini"
|
||||
class="common-button-default"
|
||||
@click="clearGetStandFileListByPage"
|
||||
></el-button>
|
||||
>清空</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</div>
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
<div class="search-area">
|
||||
<div class="left">
|
||||
<el-form :modal="standCommonlySearch" :inline="true" class="label-input-form" @keyup.enter.native="searchBtnClick(standCommonlySearch)">
|
||||
<el-form-item label="标准类别" class="search-item">
|
||||
<el-form-item label="标准类别" class="search-item" style="margin-top:1px;">
|
||||
<el-select v-model="standCommonlySearch.standSort" filterable>
|
||||
<el-option
|
||||
v-for="item in standSortOptions"
|
||||
@@ -3769,10 +3769,17 @@ export default {
|
||||
.label-input-form {
|
||||
/deep/.el-form-item__label {
|
||||
width:100px;
|
||||
height:30px;
|
||||
border: 1px solid #DCDFE6;
|
||||
border-right: none;
|
||||
line-height:30px;
|
||||
text-align: center;
|
||||
margin-top: 6px;
|
||||
background: #F9F9F9;
|
||||
}
|
||||
/deep/.el-input__inner {
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user