无人机管理后台前端(已迁走)
张含笑
2025-11-21 d3ee929a12ed4a4cdbfc492ed4036cc854a09883
Merge branch 'refs/heads/feature/v8.0/8.0.2' into prod
1 files modified
4 ■■■■ changed files
src/views/tickets/ticket.vue 4 ●●●● patch | view | raw | blame | history
src/views/tickets/ticket.vue
@@ -234,7 +234,7 @@
                </el-button>
              </template>
     
              <template  v-if="row.status === 4 && activeTab === 'completed'">
              <template  v-if="row.status === 4 && activeTab === 'completed' && !isProd">
                <el-button type="text" icon="el-icon-download"  @click="exportTheTick(row)"
                  >导出
                </el-button>
@@ -1027,7 +1027,7 @@
import getBaseConfig from '@/buildConfig/config';
import CreateQRcode from '@/components/CreateQRcode/CreateQRcode.vue';
import { CircleClose } from '@element-plus/icons-vue';
const isProd = import.meta.env.VITE_APP_ENV === 'production'
const { envName } = getBaseConfig();
function regExp(label, name) {