diff --git a/src/components/CaseCommon/caseDetail.vue b/src/components/CaseCommon/caseDetail.vue
index 931a024..cf0d03d 100644
--- a/src/components/CaseCommon/caseDetail.vue
+++ b/src/components/CaseCommon/caseDetail.vue
@@ -365,15 +365,13 @@
import { getCaseDetail, getUserList, getDeptList, getCaseTypeList, getCaseTypeDetailList, getCaseTypeTimes } from '@/api/coorBusiness/case'
import { getCommonLanguage, getFilingTypeList, getCaseLevelList, getEorc } from '@/api/coorBusiness/dict'
import { historicalRecords, nextNodes, completeCaseTask } from '@/api/coorBusiness/process'
-import TianDiTuMapRead from '@/components/Map/tiandiMapRead'
-import ArcGisMapRead from '@/components/Map/arcgisMapRead'
import LeafletMapRead from '@/components/Map/leafletMapRead'
import { radioMap } from './radioMap'
import CaseFile from '@/components/caseCommon/caseFile'
export default {
name: 'CaseDetail',
- components: { TianDiTuMapRead, ArcGisMapRead, CaseFile, LeafletMapRead },
+ components: { CaseFile, LeafletMapRead },
data() {
const validateEmptyString = (rule, value, callback) => {
if (!value.trim()) {
diff --git a/src/components/CaseCommon/caseDetail.vue b/src/components/CaseCommon/caseDetail.vue
index 931a024..cf0d03d 100644
--- a/src/components/CaseCommon/caseDetail.vue
+++ b/src/components/CaseCommon/caseDetail.vue
@@ -365,15 +365,13 @@
import { getCaseDetail, getUserList, getDeptList, getCaseTypeList, getCaseTypeDetailList, getCaseTypeTimes } from '@/api/coorBusiness/case'
import { getCommonLanguage, getFilingTypeList, getCaseLevelList, getEorc } from '@/api/coorBusiness/dict'
import { historicalRecords, nextNodes, completeCaseTask } from '@/api/coorBusiness/process'
-import TianDiTuMapRead from '@/components/Map/tiandiMapRead'
-import ArcGisMapRead from '@/components/Map/arcgisMapRead'
import LeafletMapRead from '@/components/Map/leafletMapRead'
import { radioMap } from './radioMap'
import CaseFile from '@/components/caseCommon/caseFile'
export default {
name: 'CaseDetail',
- components: { TianDiTuMapRead, ArcGisMapRead, CaseFile, LeafletMapRead },
+ components: { CaseFile, LeafletMapRead },
data() {
const validateEmptyString = (rule, value, callback) => {
if (!value.trim()) {
diff --git a/src/components/CaseCommon/caseDetailRead.vue b/src/components/CaseCommon/caseDetailRead.vue
index f8440a7..587e8df 100644
--- a/src/components/CaseCommon/caseDetailRead.vue
+++ b/src/components/CaseCommon/caseDetailRead.vue
@@ -163,7 +163,6 @@
:append-to-body="true"
title="位置详情"
>
-
@@ -172,12 +171,11 @@