diff --git a/jero-web/src/views/documentTools/searchCenter/index.vue b/jero-web/src/views/documentTools/searchCenter/index.vue index 35505c1f4..cfcc71faf 100644 --- a/jero-web/src/views/documentTools/searchCenter/index.vue +++ b/jero-web/src/views/documentTools/searchCenter/index.vue @@ -3,27 +3,54 @@
-
搜索内容
- - 搜索 - 清空 - 结果中检索 + + + + + + + + + 标题 + + + Option2 + + + + + + + +
- 搜索模块 + {{item.value}}
- --> + {{item.value}} + >
@@ -54,7 +81,22 @@ 纯电动
-
    + + + + + + +
    • {{item.type}} @@ -66,7 +108,7 @@
    - +
@@ -81,6 +123,46 @@ name: 'searchCenter', data(){ return{ + selectedRowKeys:[], + columns: [ + { + title: '编号', + align: "center", + dataIndex: 'templateCode' + }, + { + title: '标题', + align: "center", + dataIndex: 'templateName' + }, + { + title: '文件名称', + align: "center", + dataIndex: 'templateContent', + }, + { + title: '状态', + align: "center", + dataIndex: 'templateContent', + sorter: (a, b) => a.age - b.age, + }, + { + title: '适用地区', + align: "center", + dataIndex: 'templateContent', + sorter: (a, b) => a.age - b.age, + }, + { + title: '功能领域', + align: "center", + dataIndex: 'templateContent', + }, + { + title: '技术领域', + align: "center", + dataIndex: 'templateContent', + }, + ], options:[ { label:'all', @@ -107,10 +189,12 @@ { label:'list', value:'列表', + type:'appstore' }, { label:'graph', - value:'段落' + value:'段落', + type:'unordered-list' } ], selectList:'列表', @@ -155,7 +239,7 @@ { id:1, label:'categary', - value:'使用区域', + value:'适用区域', option:[ { label:'china', @@ -215,7 +299,7 @@ { id:5, label:'trial', - value:'试用范围', + value:'适用范围', option:[ { label:'china', @@ -270,6 +354,9 @@ }else{ this.showList=false } + }, + onSearch(){ + }, selectListModel(value){ this.selectList=value @@ -295,7 +382,7 @@ margin: 10px; .search-detail{ display: flex; - justify-content: center; + //justify-content: center; .search-detail-wrap{ min-width: 800px; display: flex; @@ -351,6 +438,11 @@ span:last-child{ border-right: 1px solid rgba(0,0,0,0.65) ; } + .header-list{ + font-size: 20px; + border: 1px solid gray; + padding: 5px; + } .header-list:hover{ color:#1890FF; } @@ -370,9 +462,9 @@ background: #ffffff; height: 100%; display: flex; - justify-content: space-between; + justify-content: flex-start; .text-left{ - border:1px solid #000; + //border:1px solid #000; min-width: 290px; .text-left-wrap{ padding: 5px; @@ -402,7 +494,9 @@ } } .text-right{ - border: 1px solid #000; + width: 100%; + position: relative; + //border: 1px solid #000; margin-left: 10px; .search-text-title{ padding: 3px 5px; @@ -415,8 +509,8 @@ list-style: none; margin-bottom: 20px; background: #f6f6f6; - border: 1px solid #000000; - border-radius: 10px; + //border: 1px solid #000000; + //border-radius: 10px; padding: 10px; .text-header{ span{ @@ -427,6 +521,11 @@ } } } + .paginationbox{ + position: absolute; + bottom: 0; + right: 0; + } } .ant-pagination{ margin-bottom: 10px;