-
+
@@ -116,6 +117,7 @@ import {
generalSearchTitleSearch,
generalSearchFullTextSearch
} from '@/api/dashboard'
+import { isHasPermission } from '@/utils/hasPermission'
export default {
name: 'GeneralSearch',
@@ -193,6 +195,7 @@ export default {
}
},
methods: {
+ isHasPermission,
// 获取要显示数量的筛选条件的数据
initFilterData (callback) {
const param = {}
@@ -467,6 +470,15 @@ export default {
display: flex;
flex-direction: column;
}
+// 搜索没有按钮
+.search-no-btn {
+ /deep/ .ant-input {
+ border-right: 1px solid #d9d9d9;
+ border-top-right-radius: 4px;
+ border-bottom-right-radius: 4px;
+ }
+}
+
// 头部搜索区域
.top-search-div {
width: 100%;
diff --git a/src/views/dashboard/search/modules/SearchHistoryModal.vue b/src/views/dashboard/search/modules/SearchHistoryModal.vue
index 92e460aa..4df763fc 100644
--- a/src/views/dashboard/search/modules/SearchHistoryModal.vue
+++ b/src/views/dashboard/search/modules/SearchHistoryModal.vue
@@ -25,7 +25,7 @@
{{ arrItem.searchContent }}
-
+