无人机管理后台前端(已迁走)
chenyao
2025-08-01 bcab5f52ea8bda98539bac430965db85de6a878c
src/views/tickets/ticket.vue
@@ -874,6 +874,8 @@
import { mapGetters } from 'vuex'
import { getAdcodeObj } from '@/utils/disposeData'
import elTooltipCopy from '@/components/ElTooltipCopy.vue'
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]
@@ -979,7 +981,7 @@
          { label: '处理人', prop: 'handler', width: 70 },
          {
            slot: true,
            hide: false,
            hide: envName === 'jiangwu'? true : false,
            label: '复核状态',
            prop: 'isReview',
            width: 90,