无人机管理后台前端(已迁走)
chenyao
2025-08-01 807bdf40da5178fcfcb9d1a4c5668b74fd81ffc6
src/views/tickets/ticket.vue
@@ -540,6 +540,8 @@
import geoJson from '@/assets/geoJson.json'
import { mapGetters } from 'vuex'
import { getAdcodeObj } from '@/utils/disposeData'
import getBaseConfig from '@/buildConfig/config'
const { envName } = getBaseConfig()
function regExp (label, name) {
  var reg = new RegExp(label + '=([^&]*)(&|$)', 'g')
  return name.match(reg)[0].split('=')[1]
@@ -643,7 +645,7 @@
          { label: '处理人', prop: 'handler', width: 100 },
          {
            slot: true,
            hide: false,
            hide: envName === 'jiangwu'? true : false,
            label: '复核状态',
            prop: 'isReview',
            width: 90,