This commit is contained in:
李想 2025-04-30 08:56:11 +08:00
commit 5fc7e3a76b
4 changed files with 27 additions and 22 deletions

View File

@ -135,7 +135,7 @@ const state = reactive({
width: 200, width: 200,
overHidden: true, overHidden: true,
disabled: true, disabled: true,
labelTip: '请先选择地块!', // labelTip: '',
}, },
{ {
label: '区域面积', label: '区域面积',
@ -143,7 +143,7 @@ const state = reactive({
width: 150, width: 150,
overHidden: true, overHidden: true,
disabled: true, disabled: true,
labelTip: '请先选择地块!', // labelTip: '',
formatter: (row) => { formatter: (row) => {
// const item = state.unitList.find((v) => v.dictValue == row.unit); // const item = state.unitList.find((v) => v.dictValue == row.unit);
// return row.area + (!isEmpty(item) ? item.dictLabel : ''); // return row.area + (!isEmpty(item) ? item.dictLabel : '');

View File

@ -43,6 +43,11 @@
<el-tag v-if="row.status == '1'" type="success" size="small">通过</el-tag> <el-tag v-if="row.status == '1'" type="success" size="small">通过</el-tag>
<el-tag v-if="row.status == '2'" type="danger" size="small">拒绝</el-tag> <el-tag v-if="row.status == '2'" type="danger" size="small">拒绝</el-tag>
</template> </template>
<template #idCard="{ row }">
<span v-if="row.businessType == 2 || row.businessType == 3">{{ row.unifiedSocialCreditCode }}</span>
<span v-else>{{ row.idCard }}</span>
</template>
<template #menu="scope"> <template #menu="scope">
<custom-table-operate :actions="state.options.actions" :data="scope" /> <custom-table-operate :actions="state.options.actions" :data="scope" />
</template> </template>

View File

@ -7,7 +7,7 @@
<script setup> <script setup>
import { reactive, ref } from 'vue'; import { reactive, ref } from 'vue';
import mapSplashed from '../home/components/mapSplashed.vue'; import mapSplashed from '../home/components/mapSplashed.vue';
const iframeUrl = ref('http://192.168.18.41:9000/v2/entities'); const iframeUrl = ref('http://192.168.1.214:9000/v2/entities');
const iframeStyle = ref({ width: '100%', height: ' calc(100vh - 120px)' }); const iframeStyle = ref({ width: '100%', height: ' calc(100vh - 120px)' });
</script> </script>

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="map-center-warp"> <div class="map-center-warp">
<img :src="getAssetsFile('images/vsualized/gmmap.png')" class="map-img" /> <!-- <img :src="getAssetsFile('images/vsualized/gmmap.png')" class="map-img" /> -->
<div class="map-pos"> <div class="map-pos">
<custom-echart-maps :chart-data="chartsData.valData" height="100%" :option="chartsData.option" :geo="geoData" :name="mapName" /> <custom-echart-maps :chart-data="chartsData.valData" height="100%" :option="chartsData.option" :geo="geoData" :name="mapName" />
</div> </div>
@ -60,24 +60,24 @@ const chartsData = reactive({
}, },
}, },
series: [ series: [
// { {
// name: '', name: '镇边界',
// type: 'map', type: 'map',
// mapType: mapName.value, mapType: mapName.value,
// roam: true, roam: true,
// zoom: 1.2, zoom: 1.2,
// itemStyle: { itemStyle: {
// normal: { normal: {
// borderColor: '#000', // borderColor: '#000', //
// borderWidth: 1, // borderWidth: 1, //
// areaColor: 'transparent', // areaColor: 'transparent', //
// }, },
// emphasis: { emphasis: {
// borderColor: '#fff', borderColor: '#fff',
// borderWidth: 2, borderWidth: 2,
// }, },
// }, },
// }, },
// //
{ {
name: '闪烁散点', name: '闪烁散点',