更换ico,添加轮播管理,修改查询检索布局

This commit is contained in:
熊丽君
2021-08-23 18:07:54 +08:00
parent 0f5e988dde
commit 370956b8ee
15 changed files with 357 additions and 44 deletions

View File

@ -4,11 +4,6 @@
<div>
<i class="el-icon-search"></i>
<span>筛选搜索</span>
<div style="float:right">
<el-button type="primary" @click="handleSearchList" size="small">
查询
</el-button>
</div>
</div>
<div style="margin-top: 15px">
<el-form
@ -21,6 +16,11 @@
<el-form-item label="成果标题">
<el-input v-model="queryParams.title" placeholder="请输入" />
</el-form-item>
<el-form-item>
<el-button type="primary" @click="handleSearchList" size="small">
查询
</el-button>
</el-form-item>
</el-form>
</div>
</el-card>
@ -42,11 +42,11 @@
type="index"
></el-table-column>
<el-table-column label="成果标题" prop="title" align="center">
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<el-link type="primary" :underline="false">{{
scope.row.title
}}</el-link>
</template>
</template> -->
</el-table-column>
<el-table-column
label="技术领域"