上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页
摘要: 今天完成: 高级搜索 <template> <div class="show" style="background-color: white"> <el-row style="flex-direction: column"> <el-col :span="12" :offset="6" style= 阅读全文
posted @ 2023-04-12 21:53 旺旺大菠萝 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 一、任务认领 这个阶段我认领的任务是主界面的展示与个人信息界面的展示! 二、用户模板 王医生是一个石家庄一所医院的医生,在闲暇时间想要查看一些医学文献,以此来完善自己的知识体系, 所以,他需要一个免费,界面简单易操作,蕴含各个领域的医学文献查询系统。 阅读全文
posted @ 2023-04-11 22:41 旺旺大菠萝 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 主界面主要分成五部分: 1、顶部为LOGO区,主要展示科技技术情报研究院的LOGO,并用蓝黑色显示科技政策查询系统。 2、第二部分为多条件查询区,主要包括政策图解(按钮式超级链接),查询条件包括政策名称、政策文号、发文机构、全文检索四个查询条件,可以根据四个条件进行综合查询。 3、第三部分为左侧科技 阅读全文
posted @ 2023-04-10 21:56 旺旺大菠萝 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 文件上传功能 methods: { //by文章id获取附件列表 getFiles() { var articleId = 0; articleId = store.state.articleMsg.row.id; console.log(articleId); this.$store.dispat 阅读全文
posted @ 2023-04-07 21:09 旺旺大菠萝 阅读(14) 评论(0) 推荐(0) 编辑
摘要: store层搜索请求 //search模块的小仓库 import { reqMockBook } from '@/api' let state = { //搜索模块返回的数据 searchList: {} }; let mutations = { GETSEARCHLIST(state, searc 阅读全文
posted @ 2023-04-06 21:50 旺旺大菠萝 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 全局前置守卫 router.beforeEach(async (to, from, next) => { //to:去的那个路由的信息 //from:从那个路由而来的信息 //next:放行函数!!!!!! //第一种:next(),放行函数,放行到它想去的路由!!! //第二种:next(path 阅读全文
posted @ 2023-04-05 22:00 旺旺大菠萝 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 完成pdf的展示 1 <template> 2 <div> 3 <div class="pdfArea"> 4 <pdf 5 ref="pdf" 6 :src="url" 7 :page="pageNum" 8 :rotate="pageRotate" 9 @progress="loadedRati 阅读全文
posted @ 2023-04-04 20:25 旺旺大菠萝 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 此方法可以解决: 使用Vue-ptf时报错: maintemplate.hooks.hotbootstrap has been removed (use your own runtimemodule 和 package-lock.json导包( less , lessloader )和 ( npm 阅读全文
posted @ 2023-04-04 18:13 旺旺大菠萝 阅读(6303) 评论(0) 推荐(0) 编辑
摘要: 原型展示: 阅读全文
posted @ 2023-04-03 21:14 旺旺大菠萝 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 下载地址:Typora 官方中文站 (typoraio.cn) 历史版本:1.3.8 将网盘中的 winmm.dll 补丁复制到 Typora 安装根目录下: 阅读全文
posted @ 2023-04-02 20:13 旺旺大菠萝 阅读(1285) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页