This commit is contained in:
duanxiaohai 2024-09-02 14:51:29 +08:00
parent 89f5ba486f
commit 924391044b
7 changed files with 82 additions and 20 deletions

BIN
dist.zip Normal file

Binary file not shown.

View File

@ -178,6 +178,14 @@
<!-- <Map class="map"></Map> -->
</div>
</div>
<!-- 人物详情 -->
<personDetail
class="detail"
style="width: 1920px; height: 1080px; position: absolute; top: 15px"
v-show="openD"
:message="message"
@closeDetail="closeDetail"
></personDetail>
<DialogEnrol
:dialogShowEnrol="dialogShowEnrol"
:dataEnrol="dataEnrol"
@ -224,8 +232,10 @@
:tableData="tableType.data"
:pagination="pagination"
:showXq="false"
:dj="personnelDetails"
@close="closeJj"
@handle="handlePagination"
@openMessage="openMessage"
>
</Dialog>
</div>
@ -240,6 +250,7 @@ import {
onBeforeUnmount,
computed,
} from "vue";
import personDetail from "./person/index.vue";
import Dialog from "./dialog/dialog.vue";
import DialogEnrol from "./dialog/dialogEnrol.vue";
import DialogElderly from "./dialog/diaLogElderlyData.vue";
@ -268,6 +279,22 @@ import jypx1 from "@/assets/images/sjfx/pxrc.png";
import jypx2 from "@/assets/images/sjfx/gygws.png";
import tools from "@/utils/tools";
const showR = ref(false); //loading
const personnelDetails = ref(false); //
//
const openD = ref(false);
const message = ref({});
//
const openMessage = (e) => {
// console.log("", e);
message.value = e;
openD.value = true;
};
//
const closeDetail = () => {
openD.value = false;
};
//
const dialogShowEnrol = ref(false);
const dialogShowElderly = ref(false);
@ -621,6 +648,7 @@ const jsSj = (name, index) => {
getzrzc(name, 1);
}
tableType.columns = columns["聚集数据"].column;
personnelDetails.value = true;
dialogShow.value = true;
};
const getzrzc = (name, bq) => {
@ -996,7 +1024,7 @@ const getData = async () => {
};
onMounted(() => {
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
startAutoSwitching();
});
@ -1546,4 +1574,7 @@ onBeforeUnmount(() => {
:deep(.el-table .el-table__row) {
border-bottom: none;
}
.detail {
z-index: 99999;
}
</style>

View File

@ -46,6 +46,7 @@
height="100%"
:key="tableKey"
:header-cell-style="{ background: '#008FCD' }"
@row-click="handleRowClick"
>
<template v-for="item in data.columns">
<el-table-column
@ -102,6 +103,10 @@ import {
nextTick,
} from "vue";
import { CircleCloseFilled } from "@element-plus/icons-vue";
import { useRouter, useRoute } from "vue-router";
const router = useRouter();
const routers = useRoute();
const props = defineProps({
dialogShow: {
type: Boolean,
@ -137,8 +142,26 @@ const props = defineProps({
return true;
},
},
dj: {
type: Boolean,
default: () => {
return false;
},
},
});
const emit = defineEmits(["close", "handle"]);
const emit = defineEmits(["close", "handle", "loadTables", "openMessage"]);
const handleRowClick = (row, column, event) => {
if (props.dj) {
console.log(row, props.dj, "rwxq");
// router.push({
// path: `/home/index/person`,
// query: { identNo: row.identNo, type: "detail" },
// });
// row
emit("openMessage", { identNo: row.identNo });
}
};
//
const dialogShow = ref();
@ -168,6 +191,11 @@ watch(
tableKey.value = Math.random();
}
);
// watch(
// () => props.dj,
// (newVal, oldVal) => {
// }
// );
// 使
onMounted(() => {
dialogShow.value = props.dialogShow;

View File

@ -38,7 +38,7 @@ const colors = [
const data = reactive({
list: [],
option: {},
Max: 8000,
Max: 20000,
valueList: [
4504, 16086, 6130, 2844, 4967, 179, 1685, 5010, 633, 569, 219, 5152, 40,
631, 536,

View File

@ -185,7 +185,11 @@ const getOption = () => {
};
const setChart = () => {
const myChart = echarts.init(chart.value);
// const myChart = echarts.init(chart.value);
let myChart = echarts.getInstanceByDom(chart.value);
if (!myChart) {
myChart = echarts.init(chart.value);
}
if (clear.value) {
myChart.clear();
}

View File

@ -1036,7 +1036,7 @@ watch(
}
);
onMounted(() => {
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
if (routers.query.type) {
errorMessage.value = "";
dataMyTag.identNo = routers.query.identNo;

View File

@ -821,7 +821,7 @@ const yaosuTotal = ref([
img: j7,
img_map: j7_map,
wz: false,
tooltip:'name'
tooltip: "name",
},
{
id: 8,
@ -842,7 +842,7 @@ const yaosuTotal = ref([
img: j10,
wz: true,
url: "/api/ggfwyth/ysyzt/getAeds",
tooltip:'siteAddress'
tooltip: "siteAddress",
},
{
id: 11,
@ -851,7 +851,7 @@ const yaosuTotal = ref([
img_map: j11_map,
wz: false,
url: "/api/ggfwyth/ysyzt/getJashsxt",
tooltip:'sbmc'
tooltip: "sbmc",
},
]);
//
@ -2491,7 +2491,7 @@ const changeys = (name) => {
let url;
let img;
let img_map;
let tooltip
let tooltip;
yaosuTotal.value.forEach((item, index) => {
if (item.name == name) {
url = item.url;
@ -2689,6 +2689,7 @@ const open_detail = () => {
age = "";
dialogShow.value = true;
person_detail2();
console.log("详情", choose.value.person);
} else if (
// choose.value.person == "" ||
// choose.value.person == "" ||
@ -2709,11 +2710,9 @@ const open_detail = () => {
}
});
dialogShow.value = true;
person_detail(age, tagId);
} else {
dialogShow.value = true;
age = choose.value.person;
person_detail(age);
}