diff --git a/src/pages/searchCenter/pages/standardSearch.vue b/src/pages/searchCenter/pages/standardSearch.vue
index f960e38f1..ddcd569ab 100644
--- a/src/pages/searchCenter/pages/standardSearch.vue
+++ b/src/pages/searchCenter/pages/standardSearch.vue
@@ -230,6 +230,7 @@
+ 更多
@@ -283,6 +284,20 @@
}"
@confirm="isTreeOk"
>
+
+
+
+ 关闭
+
+
@@ -298,6 +313,9 @@
name: 'StandardSearch',
data () {
return {
+ itermsConditionsTitle1: '',
+ itermsConditionsTitle2: '',
+ itermsConditionsFlag: false,
visibleOrgTable: false, // 分享选人
orgTableVal: '',
orgTableValName: '',
@@ -401,6 +419,14 @@
}
},
methods: {
+ checkItems (item) {
+ this.itermsConditionsFlag = true
+ this.itermsConditionsTitle1 = item.textContent
+ this.itermsConditionsTitle2 = item.textItems
+ },
+ itermsConditionsClose () {
+ this.itermsConditionsFlag = false
+ },
// 跳转
toPage (item) {
// 国内外----两个值
@@ -2526,11 +2552,21 @@
color: red;
}
.AllBoxTitle {
+ position: relative;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
line-height: 20px;
margin-bottom: 10px;
+ .more {
+ cursor: pointer;
+ position: absolute;
+ right: 5px;
+ color: #C0C4CC;
+ }
+ .more:hover {
+ color: #3391CE;
+ }
.typetext {
height: 20px;
line-height: 20px;