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