无人机管理后台前端(已迁走)
张含笑
2025-11-21 d56293cd146b119bca92f116e41169952bdc7692
feat:隐藏事件导出报表
1 files modified
6 ■■■■ changed files
src/views/tickets/ticket.vue 6 ●●●● patch | view | raw | blame | history
src/views/tickets/ticket.vue
@@ -234,11 +234,11 @@
                </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>
              </template> -->
              </template>
              <template v-if="permission.tickets_repeat_review">
                <el-button
                  v-if="row.status === 4 && row.isReview !== 1"
@@ -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) {