更新页面
This commit is contained in:
parent
27d52e2236
commit
ccfcea87a7
|
@ -205,10 +205,13 @@
|
|||
left: 50%;
|
||||
top: 70px;
|
||||
transform: translateX(-50%);
|
||||
width: calc(100% - 920px);
|
||||
width: calc(100% - 890px);
|
||||
height: 80px;
|
||||
z-index: 9;
|
||||
background: #fff;
|
||||
}
|
||||
.home-foot{
|
||||
|
||||
.home-foot-t{
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
bottom: 2px;
|
||||
|
@ -217,6 +220,7 @@
|
|||
height: calc((100% - 141px)/3 - 32px);
|
||||
min-width: 560px;
|
||||
overflow: hidden;
|
||||
z-index: 9;
|
||||
background: url("~@/assets/images/right-1.png") no-repeat center center;
|
||||
background-size: 100% 100%;
|
||||
.comom-title{
|
||||
|
|
|
@ -210,15 +210,6 @@ export const publicRoutes = [
|
|||
name: "ResearchJudgment",
|
||||
meta: { title: "线索研判盯办系统", icon: "article" },
|
||||
children: [
|
||||
{
|
||||
path: "/ResearchHome",
|
||||
name: "ResearchHome",
|
||||
component: () => import("@/views/backOfficeSystem/ResearchJudgment/ResearchHome/index"),
|
||||
meta: {
|
||||
title: "研判首页",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/DatAcquisition",
|
||||
name: "DatAcquisition",
|
||||
|
|
|
@ -41,6 +41,7 @@ import Yjclqktj from "./model/yjclqktj.vue";
|
|||
height: 107px;
|
||||
background: url("~@/assets/images/foot.png") no-repeat center center;
|
||||
background-size: 100% 100%;
|
||||
z-index: 9;
|
||||
.footBtn {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
|
|
|
@ -185,7 +185,7 @@ const changeSize = (val) => {
|
|||
// 获取列表
|
||||
const getList = (val) => {
|
||||
// pageData.tableConfiger.loading = true;
|
||||
let data = { ...pageData.pageConfiger, ...queryFrom.value };
|
||||
// let data = { ...pageData.pageConfiger, ...queryFrom.value };
|
||||
// let url = '/mosty-lzcj/tbDwMbkf/queryList';
|
||||
// qcckPost(data,url).then(res=>{
|
||||
// pageData.tableData = res.records || [];
|
||||
|
|
|
@ -129,6 +129,8 @@ const getList = () =>{
|
|||
pageData.tableData = res.records;
|
||||
pageData.total = res.total;
|
||||
pageData.tableConfiger.loading = false;
|
||||
}).catch(()=>{
|
||||
pageData.tableConfiger.loading = false;
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<!-- 中间 -->
|
||||
<div class="home-center"><Yszs></Yszs></div>
|
||||
<!-- 底部 -->
|
||||
<div class="home-foot">
|
||||
<div class="home-foot-t">
|
||||
<Bkcz></Bkcz>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="ww100 h100 flex just-between align-center pl10 pr10">
|
||||
<div class="ww100 h80 flex just-between align-center pl10 pr10">
|
||||
<div class="flex align-center" v-for="(item, idx) in contentItem" :key="idx">
|
||||
<div class="mr10"><img :src="item.icon" alt=""></div>
|
||||
<div class="vountItem">
|
||||
|
|
Loading…
Reference in New Issue
Block a user