Files
sgxt_web/src/views/backOfficeSystem/JudgmentHome/ResearchHome/index.vue

757 lines
20 KiB
Vue
Raw Normal View History

2025-05-19 15:50:38 +08:00
<template>
<div class="yp—home flex">
2025-05-19 17:22:53 +08:00
<!-- 左边 -->
2025-05-19 15:50:38 +08:00
<div class="leftbox">
<div class="title">
2025-09-22 15:38:33 +08:00
<span v-for="idx in 3" :key="idx" :class="'sircleL' + idx" class="sircle mr5"></span>
2025-05-19 15:50:38 +08:00
<span class="ml10 mr10">专题统计</span>
2025-09-22 15:38:33 +08:00
<span v-for="idx in 3" :key="idx" :class="'sircleR' + idx" class="sircle ml5"></span>
2025-05-19 15:50:38 +08:00
</div>
<div class="commCnt">
<div class="hh50">
2025-07-07 17:36:07 +08:00
<div class="comm-title">类型统计</div>
2025-05-19 15:50:38 +08:00
<div class="echartsBox">
2025-07-07 17:36:07 +08:00
<MoreBarEcharts echartsId="cztjEcharts" :data="obj.data_lxtj"></MoreBarEcharts>
2025-05-19 15:50:38 +08:00
</div>
</div>
<div class="hh50">
<div class="comm-title">会商统计</div>
<div class="echartsBox">
<LineEcharts echartsId="hstjEcharts" :data="obj.data_hstj"></LineEcharts>
</div>
</div>
</div>
</div>
2025-05-19 17:22:53 +08:00
<!-- 右边 -->
2025-05-19 15:50:38 +08:00
<div class="rightbox">
<div class="title">
2025-09-22 15:38:33 +08:00
<span v-for="idx in 3" :key="idx" :class="'sircleL' + idx" class="sircle mr5"></span>
2025-07-21 16:14:09 +08:00
<span class="ml10 mr10">专题研判</span>
2025-09-22 15:38:33 +08:00
<span v-for="idx in 3" :key="idx" :class="'sircleR' + idx" class="sircle ml5"></span>
2025-07-22 17:20:57 +08:00
<el-button class="btn" type="primary" @click="handleYP">研判报告</el-button>
2025-05-19 17:22:53 +08:00
</div>
2025-09-22 15:38:33 +08:00
<div class="commCnt">
2025-05-19 17:22:53 +08:00
<div ref="searchBox">
2025-09-15 14:58:42 +08:00
<el-form :model="searchList" ref="searchFormRef" :inline="true">
<el-form-item label="类型">
2026-01-16 12:40:42 +08:00
<el-cascader clearable ref="cascaRef" v-model="searchList.lx" @change="changeCascader" collapse-tags
:show-all-levels="false" :disabled="readonly_lx" :options="cascaderList" :props="{ multiple: true }"
placeholder="请选择类型" />
2025-09-15 14:58:42 +08:00
</el-form-item>
2025-10-26 12:25:50 +08:00
<!-- <el-form-item label="人员">
2025-09-22 15:38:33 +08:00
<el-input @change="changeRy" v-model="searchList.ry" :disabled="readonly_ry" clearable
placeholder="请输入姓名或身份证"></el-input>
2025-09-15 14:58:42 +08:00
</el-form-item>
<el-form-item label="地点">
<div class="flex align-center">
2025-09-22 15:38:33 +08:00
<el-select v-model="searchList.dd" @change="changeBm" style="width: 180px;" :disabled="readonly_dd"
placeholder="行政区划">
2025-09-15 14:58:42 +08:00
<el-option label="区域" value="1"></el-option>
<el-option label="部门" value="2"></el-option>
</el-select>
2025-09-22 15:38:33 +08:00
<el-input @change="changeRy" :disabled="readonly_dd" v-model="searchList.xxdz" clearable
placeholder="请输入详细地址"></el-input>
2025-09-15 14:58:42 +08:00
</div>
2025-10-26 12:25:50 +08:00
</el-form-item> -->
2025-09-15 14:58:42 +08:00
<el-form-item label="时间">
2026-01-16 12:40:42 +08:00
<el-date-picker v-model="searchList.datetimes" type="daterange" unlink-panels :range-separator="'至'"
start-placeholder="开始日期时间" end-placeholder="结束日期时间" format="YYYY-MM-DD HH:mm:ss"
value-format="YYYY-MM-DD HH:mm:ss" />
2025-09-15 14:58:42 +08:00
</el-form-item>
<el-form-item>
<el-button type="primary" @click="onSearch">查询</el-button>
<el-button type="primary" @click="resetForm">重置</el-button>
</el-form-item>
</el-form>
2025-05-19 17:22:53 +08:00
</div>
2025-09-22 15:38:33 +08:00
<ul class="listBox" :style="{ height: pageData.boxHeight + 'px' }">
<li class="list-item" ref="listBoxRef" v-for="(it, idx) in list" :key="idx">
2025-05-19 17:22:53 +08:00
<div class="comm-title title-s">{{ it.title }}</div>
2025-09-22 15:38:33 +08:00
<div class="list-table">
2025-10-26 12:25:50 +08:00
<MyTable :tableData="it.tableList" :tableColumn="it.tableColumn" :key="idx + '' + it.keyCount"
:fixed="false" :tableHeight="pageData.tableHeight" :tabelModel="it.title"
:tableConfiger="pageData.tableConfiger" :controlsWidth="pageData.controlsWidth">
2026-01-16 12:40:42 +08:00
<template #jjdbh="{ row }">
<span @click="jqDetail(row)">{{ row.jjdbh }}</span>
</template>
<template #asjbh="{ row }">
<span @click="caseDetail(row, row.lx)">{{ row.asjbh }}</span>
</template>
2025-09-22 15:38:33 +08:00
<template #jqlbdm="{ row }">
<DictTag :tag="false" :value="row.jqlbdm" :options="JQLB" />
</template>
2026-01-16 12:40:42 +08:00
<template #ajzlbdm="{ row }">
<DictTag :tag="false" :value="row.ajzlbdm" :options="GA_D_XSAJLBDM" />
</template>
2025-05-19 17:22:53 +08:00
<template #controls="{ row }">
2026-01-16 12:40:42 +08:00
<el-link type="primary" size="small" @click="handleHs(row, it.lylx)">网上会商</el-link>
2025-05-19 17:22:53 +08:00
</template>
</MyTable>
2025-09-22 15:38:33 +08:00
<Pages @changeNo="changeNo($event, it.title)" @changeSize="changeSize($event, it.title)"
:tableHeight="pageData.tableHeight" :pageConfiger="{ ...it.pageConfiger }"></Pages>
2025-05-19 17:22:53 +08:00
</div>
</li>
</ul>
2025-05-19 15:50:38 +08:00
</div>
</div>
</div>
2025-10-26 12:25:50 +08:00
<!-- <YpModel v-model="showModel" :textContent="textContent"></YpModel> -->
2025-09-15 14:58:42 +08:00
<!-- 弹窗 -->
2025-10-26 12:25:50 +08:00
<!-- <DetailDialog ref="detaileRef"></DetailDialog> -->
<!-- 研判报告弹窗 -->
2026-01-16 12:40:42 +08:00
<JudgmentReport v-model="visible" :search="search" :xzlx="xzlx"></JudgmentReport>
<DiscussionDialog v-model="showDialog" :dataList="dataList" :lx="lx" />
<PoliceIncidentDetails v-model="showJqDetail" :dataList="dataList" title="警情详情" />
<CaseDetails v-model="showCaseDetail" :dataList="dataList" title="案件详情" :lx="ajlx" />
2025-05-19 15:50:38 +08:00
</template>
<script setup>
2025-09-15 15:48:56 +08:00
import { lzJcjPjdbSelectPage } from '@/api/semanticAnalysis.js'
2025-09-15 14:58:42 +08:00
import { ElMessage } from "element-plus";
2025-10-26 12:25:50 +08:00
import JudgmentReport from './components/judgmentReport.vue'
2025-07-07 17:36:07 +08:00
import { qcckPost, qcckGet } from "@/api/qcckApi.js";
2025-05-19 15:50:38 +08:00
import MoreBarEcharts from "@/views/home/echarts/moreBarEcharts.vue";
import LineEcharts from "@/views/home/echarts/moreLineEcharts.vue";
2025-05-19 17:22:53 +08:00
import MyTable from "@/components/aboutTable/DarkTable.vue";
2025-09-15 14:58:42 +08:00
import Pages from "@/components/aboutTable/Pages.vue";
2025-07-24 14:40:46 +08:00
import { useRoute, useRouter } from 'vue-router';
2026-01-16 12:40:42 +08:00
import { tbJqGetPageList, xsajSelectPage, xzajSelectPage } from '@/api/yj.js'
import DiscussionDialog from './components/discussionDialog.vue';
import PoliceIncidentDetails from './components/policeIncidentDetails.vue';
import CaseDetails from './components/caseDetails.vue';
2025-07-24 14:40:46 +08:00
const router = useRouter();
2025-09-22 15:38:33 +08:00
import { nextTick, onMounted, reactive, getCurrentInstance, ref, watch } from 'vue';
2025-07-07 17:36:07 +08:00
const { proxy } = getCurrentInstance();
2025-09-22 15:38:33 +08:00
const { JQLB } = proxy.$dict("JQLB"); //获取字典数据
2026-01-16 12:40:42 +08:00
const { GA_D_XSAJLBDM } = proxy.$fzdict("GA_D_XSAJLBDM"); //获取字典数据
2025-09-15 14:58:42 +08:00
const readonly_lx = ref(false)
const readonly_ry = ref(false)
const readonly_dd = ref(false)
2025-05-19 17:22:53 +08:00
const searchBox = ref();
const listBoxRef = ref();
2025-05-20 17:00:56 +08:00
// 图数据
2026-01-16 12:40:42 +08:00
const obj = ref({
2025-09-22 15:38:33 +08:00
data_lxtj: {
xData: ['网络舆情', '警情', '案件', '风险隐患'],
color: [['#0DBAC5', '#28EEBF'], ['#F06C0D', '#EEB416']],
labelColor: '#000',
list: [
{ label: '总数', val: [0, 0, 0, 0] },
2025-05-19 15:50:38 +08:00
]
},
2025-09-22 15:38:33 +08:00
data_hstj: {
xData: ['网络舆情', '警情', '案件', '风险隐患'],
color: ['#0386FB', '#00FFFF'],
labelColor: '#000',
list: [
{ label: '总数', val: [0, 0, 10, 0] },
2025-05-19 15:50:38 +08:00
]
}
})
2025-09-15 14:58:42 +08:00
const searchList = ref({})
let cascaderList = ref([
2025-09-22 15:38:33 +08:00
{ value: '01', label: '网络舆情', leaf: true },
{
value: '02', label: '警情', children: [
{ value: '021', label: '治安警情', leaf: true },
{ value: '022', label: '刑事警情', leaf: true },
{ value: '023', label: '交通警情', leaf: true },
]
},
2026-01-16 12:40:42 +08:00
{ value: '03', label: '刑事案件', leaf: true },
{ value: '04', label: '行政案件', leaf: true },
{ value: '05', label: '风险隐患', leaf: true },
2025-05-19 17:22:53 +08:00
])
2026-01-16 12:40:42 +08:00
const tableColumn = ref({
xz: [
{ label: "案件编号", prop: "asjbh", showOverflowTooltip: true, showSolt: true },
{ label: "案件标题", prop: "ajmc", showOverflowTooltip: true },
{ label: "简要案情", prop: "jyaq", showOverflowTooltip: true },
{ label: "案件类型", prop: "ajzlbdm", showOverflowTooltip: true, showSolt: true },
{ label: "案件时间", prop: "asjfssjAsjfskssj", showOverflowTooltip: true },
],
xs: [
{ label: "案件编号", prop: "asjbh", showOverflowTooltip: true, showSolt: true },
{ label: "案件标题", prop: "ajmc", showOverflowTooltip: true },
{ label: "简要案情", prop: "jyaq", showOverflowTooltip: true },
{ label: "案件类型", prop: "ajzlbdm", showOverflowTooltip: true, showSolt: true },
{ label: "案件时间", prop: "asjfssjAsjfskssj", showOverflowTooltip: true },
],
})
2025-05-20 17:00:56 +08:00
// 每个列表对应的值
2025-09-15 15:48:56 +08:00
const list = reactive([
2025-09-15 14:58:42 +08:00
{
2025-09-22 15:38:33 +08:00
title: '网络舆情', //标题
2026-01-16 12:40:42 +08:00
lylx: '01',
2025-09-22 15:38:33 +08:00
tableList: [],
keyCount: 0,
pageConfiger: {
page: 1,
total: 0,
pageSize: 6,
2025-09-15 14:58:42 +08:00
},
2025-09-22 15:38:33 +08:00
tableColumn: [
{ label: "舆情标题", prop: "yqbt", showOverflowTooltip: true },
{ label: "舆情内容", prop: "yqnr", showOverflowTooltip: true },
{ label: "舆情来源", prop: "yqly", showOverflowTooltip: true },
{ label: "舆情时间", prop: "yqsj", showOverflowTooltip: true },
2025-09-15 14:58:42 +08:00
],
},
{
2025-09-22 15:38:33 +08:00
title: '警情', //标题
tableList: [],
2026-01-16 12:40:42 +08:00
lylx: '02',
2025-09-22 15:38:33 +08:00
keyCount: 1,
pageConfiger: {
page: 1,
total: 0,
pageSize: 6,
2025-09-15 14:58:42 +08:00
},
2025-09-22 15:38:33 +08:00
tableColumn: [
2026-01-16 12:40:42 +08:00
{ label: "接警单编号", prop: "jjdbh", showOverflowTooltip: true, showSolt: true, },
2025-09-22 15:38:33 +08:00
{ label: "报警电话", prop: "bjdh", showOverflowTooltip: true },
{ label: "报警时间", prop: "bjsj", showOverflowTooltip: true },
{ label: "报警内容", prop: "bjnr", showOverflowTooltip: true },
{ label: "警情类型", prop: "jqlbdm", showSolt: true, showOverflowTooltip: true },
2025-09-15 14:58:42 +08:00
],
},
{
2025-09-22 15:38:33 +08:00
title: '案件', //标题
2026-01-16 12:40:42 +08:00
lylx: '03',
2025-09-22 15:38:33 +08:00
tableList: [],
keyCount: 2,
pageConfiger: {
page: 1,
total: 0,
2026-01-16 12:40:42 +08:00
pageSize: 10,
2025-09-15 14:58:42 +08:00
},
2026-01-16 12:40:42 +08:00
tableColumn: tableColumn.value.xs,
// [
// { label: "案件编号", prop: "asjbh", showOverflowTooltip: true },
// { label: "案件标题", prop: "ajmc", showOverflowTooltip: true },
// { label: "简要案情", prop: "jyaq", showOverflowTooltip: true },
// { label: "案件类型", prop: "ajzlbdm", showOverflowTooltip: true, showSolt: true },
// { label: "案件时间", prop: "asjfssjAsjfskssj", showOverflowTooltip: true },
// ],
2025-09-15 14:58:42 +08:00
},
{
2025-09-22 15:38:33 +08:00
title: '风险隐患', //标题
tableList: [],
keyCount: 3,
2026-01-16 12:40:42 +08:00
lylx: '04',
2025-09-22 15:38:33 +08:00
pageConfiger: {
page: 1,
total: 0,
pageSize: 6,
2025-09-15 14:58:42 +08:00
},
2025-09-22 15:38:33 +08:00
tableColumn: [
{ label: "隐患标题", prop: "yhbt", showOverflowTooltip: true },
{ label: "隐患内容", prop: "yhnr", showOverflowTooltip: true },
{ label: "隐患类型", prop: "yhlx", showOverflowTooltip: true },
{ label: "上报时间", prop: "sbsj", showOverflowTooltip: true },
2025-09-15 14:58:42 +08:00
],
},
])
2025-07-22 17:20:57 +08:00
const searchForm = ref({}) //赛选
2025-05-20 17:00:56 +08:00
// 列表公用
2025-05-19 17:22:53 +08:00
const pageData = reactive({
keyCount: 0,
tableConfiger: {
rowHieght: 61,
showSelectType: "null",
loading: false,
2025-09-22 15:38:33 +08:00
showIndex: false,
2025-05-19 17:22:53 +08:00
rowHeight: 30,
},
2025-07-08 10:26:48 +08:00
controlsWidth: 120, //操作栏宽度
2025-05-19 17:22:53 +08:00
});
2025-09-22 15:38:33 +08:00
watch(() => JQLB.value, (val) => {
if (val) {
cascaderList.value[1].children = val.map((el) => {
return { value: el.dm, label: el.zdmc, leaf: true }
})
}
},
{
deep: true, immediate: true
})
2025-05-19 17:22:53 +08:00
onMounted(() => {
2026-01-16 12:40:42 +08:00
getCount()
2025-09-15 16:11:38 +08:00
tabHeightFn()
2025-09-15 15:48:56 +08:00
getJqList() //警情列表
2025-12-27 22:09:13 +08:00
getAjList()//案件列表
2025-05-19 17:22:53 +08:00
});
2025-05-19 15:50:38 +08:00
2026-01-16 12:40:42 +08:00
// 选择类型
const changeCascader = (val) => {
readonly_lx.value = false;
readonly_ry.value = val ? true : false
readonly_dd.value = val ? true : false
searchList.value.ry = ''
searchList.value.ssbm = ''
}
// 重置
const resetForm = () => {
searchList.value = {}
searchForm.value = {}
readonly_lx.value = false
readonly_ry.value = false
readonly_dd.value = false
}
const dataSearch = ref({})
// 搜索
const xzlx = ref('02')
const onSearch = () => {
let len = []
xzlx.value = Array.isArray(searchList.value.lx) ? searchList.value.lx[0][0] : ''
const bjlbs = Array.isArray(searchList.value.lx) ? searchList.value.lx.map(item => {
len.push(item[0])
return item[item.length - 1]
}) : []
const uniqueArr = [...new Set(len)].length
if (uniqueArr > 1) {
return ElMessage.warning('只能选择一个类型')
}
dataSearch.value = {
startTime: searchList.value.datetimes ? searchList.value.datetimes[0] : '',
endTime: searchList.value.datetimes ? searchList.value.datetimes[1] : '',
bjlbs: bjlbs,
}
switch (xzlx.value) {
case '01':
break;
case '02':
getJqList()
break;
case '03':
getAjList()
break;
case '04':
getAjList()
break;
default:
getJqList()
getAjList()
break;
}
}
// 警情列表
const getJqList = () => {
let params = {
pageCurrent: list[1].pageConfiger.page,
pageSize: list[1].pageConfiger.pageSize,
...dataSearch.value,
bjlbs: dataSearch.value.bjlbs?.join(',') || '',
}
lzJcjPjdbSelectPage(params).then(res => {
list[1].tableList = res.records || [];
list[1].pageConfiger.total = res.total;
2025-12-27 22:09:13 +08:00
})
}
2026-01-16 12:40:42 +08:00
// 案件列表
const getAjList = () => {
let params = {
pageCurrent: list[2].pageConfiger.page,
pageSize: list[2].pageConfiger.pageSize,
startTime: dataSearch.value.startTime,
endTime: dataSearch.value.endTime,
}
if (!dataSearch.value.bjlbs || dataSearch.value.bjlbs == '04') {
xzajSelectPage(params).then(res => {
list[2].tableColumn = tableColumn.value.xz
list[2].tableList = res.records.map(item => {
return {
...item,
lx: '2'
}
}) || [];
list[2].pageConfiger.total = res.total;
})
} else {
xsajSelectPage(params).then(res => {
list[2].tableColumn = tableColumn.value.xs
list[2].tableList = res.records.map(item => {
return {
...item,
lx: '1'
}
}) || [];
list[2].pageConfiger.total = res.total;
})
}
}
// 网上会商
const showDialog = ref(false)
const dataList = ref()
const lx = ref('1')
const handleHs = (val, it) => {
showDialog.value = true
dataList.value = { ...val }
lx.value = it
}
const ArrData = ref([
{
label: '警情',
value: 'jqsl'
},
{
label: '案件',
value: 'ajsl'
},
{
label: '风险隐患',
value: 'fxyh'
},
{
label: '网络舆情',
value: 'wlyq'
},
])
// 获取统计数据
2025-07-07 17:36:07 +08:00
const getCount = () => {
// 获取处置状态统计
2026-01-16 12:40:42 +08:00
qcckGet({}, '/mosty-gsxt/hsyp/znypLxtj').then(res => {
let arr = ArrData.value.map(item => {
return {
...item,
count: res[item.value] || 0
}
}) || [];
obj.value.data_lxtj.xData = arr.map(v => v.label);
obj.value.data_lxtj.list = [{ label: '总数', val: arr.map(v => v.count) }];
2025-07-07 17:36:07 +08:00
});
// 会商统计
2026-01-16 12:40:42 +08:00
qcckGet({}, '/mosty-gsxt/hsyp/znypHstj').then(res => {
let arr = ArrData.value.map(item => {
return {
...item,
count: res[item.value] || 0
}
}) || [];
obj.value.data_hstj.xData = arr.map(v => v.label);
obj.value.data_hstj.list = [{ label: '总数', val: arr.map(v => v.count) }];
2025-07-07 17:36:07 +08:00
});
};
2025-09-15 15:48:56 +08:00
// 分页
2025-09-22 15:38:33 +08:00
const changeNo = (e, type) => {
switch (type) {
2025-09-15 15:48:56 +08:00
case '网络舆情':
list[0].pageConfiger.page = e;
break;
case '警情':
list[1].pageConfiger.page = e;
getJqList()
break;
case '案件':
list[2].pageConfiger.page = e;
2026-01-16 12:40:42 +08:00
getAjList()
2025-09-15 15:48:56 +08:00
break;
case '风险隐患':
list[3].pageConfiger.page = e;
break;
}
2025-12-27 22:09:13 +08:00
// getJqList()
2025-09-15 15:48:56 +08:00
}
2026-01-16 12:40:42 +08:00
// 分页大小
2025-09-22 15:38:33 +08:00
const changeSize = (e, type) => {
switch (type) {
2025-09-15 15:48:56 +08:00
case '网络舆情':
list[0].pageConfiger.pageSize = e;
break;
case '警情':
list[1].pageConfiger.pageSize = e;
getJqList()
break;
case '案件':
list[2].pageConfiger.pageSize = e;
2025-12-27 22:09:13 +08:00
getAjList()
2025-09-15 15:48:56 +08:00
break;
case '风险隐患':
list[3].pageConfiger.pageSize = e;
break;
}
}
2026-01-16 12:40:42 +08:00
// 警情详情
const showJqDetail = ref(false)
const jqDetail = (val) => {
showJqDetail.value = true
dataList.value = { ...val }
}
// 案件详情
const showCaseDetail = ref(false)
const ajlx = ref()
const caseDetail = (val, lx) => {
ajlx.value = lx
showCaseDetail.value = true
dataList.value = { ...val }
}
// 打开研判报告
const visible = ref(false)
const search = ref({})
const handleYP = () => {
visible.value = true
console.log(searchList.value.lx);
2025-09-15 15:48:56 +08:00
2026-01-16 12:40:42 +08:00
if (searchList.value.lx.length == 0) {
xzlx.value = '02'
return
2025-09-15 15:48:56 +08:00
}
2026-01-16 12:40:42 +08:00
switch (xzlx.value) {
case '01':
break;
case '02':
let data = []
if (searchList.value.lx) {
data = searchList.value.lx.map(item => {
return item[item.length - 1]
})
}
search.value = {
lx: searchList.value.lx ? data : '',
startTime: searchList.value.datetimes ? searchList.value.datetimes[0] : '',
endTime: searchList.value.datetimes ? searchList.value.datetimes[1] : '',
}
break;
case '03':
search.value = {
startTime: searchList.value.datetimes ? searchList.value.datetimes[0] : '',
endTime: searchList.value.datetimes ? searchList.value.datetimes[1] : '',
}
break;
case '04':
break;
default:
break;
2025-12-27 22:09:13 +08:00
}
2025-09-15 15:48:56 +08:00
2025-07-07 17:36:07 +08:00
2025-10-26 12:25:50 +08:00
2025-07-22 17:20:57 +08:00
2025-10-26 12:25:50 +08:00
2025-09-15 14:58:42 +08:00
2025-10-26 12:25:50 +08:00
2025-07-22 17:20:57 +08:00
2026-01-16 12:40:42 +08:00
}
2025-09-15 14:58:42 +08:00
// 表格高度计算
const tabHeightFn = () => {
pageData.boxHeight = window.innerHeight - searchBox.value.offsetHeight - 250
nextTick(() => {
2025-09-15 16:11:38 +08:00
pageData.tableHeight = listBoxRef.value[0].offsetHeight - 70;
2025-09-15 14:58:42 +08:00
});
window.onresize = function () {
2025-07-07 17:36:07 +08:00
tabHeightFn();
2025-09-15 14:58:42 +08:00
};
};
2025-07-07 17:36:07 +08:00
2025-05-19 17:22:53 +08:00
</script>
<style lang="scss" scoped>
2025-09-22 15:38:33 +08:00
.yphome {
2025-05-19 15:50:38 +08:00
width: 100%;
height: 100%;
padding-top: 15px;
box-sizing: border-box;
color: #000;
2025-09-22 15:38:33 +08:00
.leftbox {
2026-01-16 12:40:42 +08:00
width: 450px;
2025-05-19 15:50:38 +08:00
height: 100%;
margin-right: 10px;
background: #fff;
}
2025-09-22 15:38:33 +08:00
.rightbox {
2025-05-19 15:50:38 +08:00
flex: 1 0 0;
background: #fff;
}
}
2025-09-22 15:38:33 +08:00
@mixin common($width: 16px, $opacity: 1) {
2025-05-19 15:50:38 +08:00
height: $width;
width: $width;
border-radius: 50%;
background: #0386FB;
opacity: $opacity;
}
// 共同
2025-09-22 15:38:33 +08:00
.title {
2025-05-19 15:50:38 +08:00
display: flex;
align-items: center;
justify-content: center;
height: 60px;
font-size: 24px;
2025-05-19 17:22:53 +08:00
position: relative;
2025-09-22 15:38:33 +08:00
.sircle {
2025-05-19 15:50:38 +08:00
display: inline-block;
}
2025-09-22 15:38:33 +08:00
.sircleL1 {
@include common(8px, 0.5);
2025-05-19 15:50:38 +08:00
}
2025-09-22 15:38:33 +08:00
.sircleL2 {
@include common(12px, 0.75);
2025-05-19 15:50:38 +08:00
}
2025-09-22 15:38:33 +08:00
.sircleL3 {
2025-05-19 15:50:38 +08:00
@include common(16px);
}
2025-09-22 15:38:33 +08:00
.sircleR1 {
2025-05-19 15:50:38 +08:00
@include common(16px);
}
2025-09-22 15:38:33 +08:00
.sircleR2 {
@include common(12px, 0.75);
2025-05-19 15:50:38 +08:00
}
2025-09-22 15:38:33 +08:00
.sircleR3 {
@include common(8px, 0.5);
2025-05-19 15:50:38 +08:00
}
2025-09-22 15:38:33 +08:00
.btn {
2025-05-19 17:22:53 +08:00
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
}
2025-05-19 15:50:38 +08:00
}
2025-09-22 15:38:33 +08:00
.commCnt {
2025-05-19 15:50:38 +08:00
height: calc(100% - 60px);
overflow: hidden;
overflow-y: auto;
padding: 10px 20px;
box-sizing: border-box;
2025-09-22 15:38:33 +08:00
.comm-title {
2025-05-19 15:50:38 +08:00
position: relative;
font-size: 20px;
2025-09-22 15:38:33 +08:00
&::before {
2025-05-19 15:50:38 +08:00
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 78px;
height: 4px;
2025-09-22 15:38:33 +08:00
background: linear-gradient(90deg, #3596F9 0%, rgba(53, 150, 249, 0) 100%);
2025-05-19 15:50:38 +08:00
border-radius: 4px 4px 4px 4px;
}
}
2025-08-29 19:32:41 +08:00
2025-09-22 15:38:33 +08:00
.echartsBox {
2025-05-19 15:50:38 +08:00
height: calc(100% - 30px);
margin-top: 4px;
}
2025-08-29 19:32:41 +08:00
2025-05-19 15:50:38 +08:00
}
2025-09-22 15:38:33 +08:00
.listBox {
2025-09-15 16:11:38 +08:00
height: calc(100% - 110px);
2025-05-19 17:22:53 +08:00
margin-top: 4px;
border-radius: 10px;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
2025-05-19 17:51:16 +08:00
overflow: hidden;
2025-09-22 15:38:33 +08:00
.list-item {
2025-05-19 17:22:53 +08:00
width: 49.5%;
2025-05-19 17:51:16 +08:00
height: calc(100% / 2 - 5px);
2025-09-22 15:38:33 +08:00
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.02);
2025-05-19 17:22:53 +08:00
border-radius: 8px 8px 8px 8px;
border: 1px solid #E8EDF6;
2025-05-19 17:39:23 +08:00
padding: 4px 4px;
2025-05-19 17:22:53 +08:00
box-sizing: border-box;
2025-05-19 17:57:12 +08:00
margin-bottom: 5px;
2025-09-22 15:38:33 +08:00
.title-s {
2025-05-19 17:57:12 +08:00
font-size: 16px;
2025-05-19 17:22:53 +08:00
}
2025-09-22 15:38:33 +08:00
.list-table {
2025-05-19 17:22:53 +08:00
margin-top: 5px;
2025-09-15 14:58:42 +08:00
overflow: hidden;
2025-05-19 17:22:53 +08:00
}
}
2025-09-22 15:38:33 +08:00
.list-item:nth-child(2n+1) {
2025-05-19 17:22:53 +08:00
margin-right: 1%;
}
}
2025-09-22 15:38:33 +08:00
::v-deep .searchBox {
margin-bottom: 0 !important;
2025-05-19 17:22:53 +08:00
padding: 2px !important;
}
::v-deep .el-table .table_blue_row {
background: #fff !important;
}
2025-09-22 15:38:33 +08:00
::v-deep .el-table th.el-table__cell {
2025-05-19 17:22:53 +08:00
font-size: 13px;
background: #EFF5F7;
}
2025-09-22 15:38:33 +08:00
::v-deep .el-table__empty-block {
width: 100% !important;
2025-05-19 17:22:53 +08:00
}
2025-09-22 15:38:33 +08:00
::v-deep .el-scrollbar__view {
2025-05-19 17:22:53 +08:00
border-right: none;
}
2025-09-22 15:38:33 +08:00
::v-deep .el-table .el-table__cell {
2025-05-19 17:22:53 +08:00
padding: 0;
2025-12-27 22:09:13 +08:00
2025-05-19 17:22:53 +08:00
}
2025-09-22 15:38:33 +08:00
::v-deep .el-table th.el-table__cell>.cell {
2025-05-19 17:57:12 +08:00
padding: 8px 0;
2025-05-19 17:22:53 +08:00
}
2025-05-20 16:10:59 +08:00
::v-deep .el-link {
margin: 3px;
}
2025-09-22 15:38:33 +08:00
.html_bt>>>p {
2025-07-22 17:20:57 +08:00
color: red;
}
2025-05-20 16:10:59 +08:00
2025-09-15 14:58:42 +08:00
::v-deep .el-date-editor .el-range-separator {
color: #333;
}
2025-05-19 17:22:53 +08:00
</style>