吉安感知网项目-前端
张含笑
2026-01-23 bcfa7fec8c6d2d222989e34f01b5fd6300befaf8
applications/drone-command/src/views/tickets/ticket-copy.vue
@@ -207,7 +207,7 @@
                @click="openReviewDialog"
                >批量审核
              </el-button>
              <el-button
                v-if="permissionList.exportBtn"
                type="success"
@@ -234,7 +234,7 @@
                  >详情
                </el-button>
              </template>
              <template  v-if="row.status === 4 && activeTab === 'completed'">
                <el-button type="text" icon="el-icon-download"  @click="exportTheTick(row)"
                  >导出
@@ -1003,7 +1003,7 @@
<script>
import {ALL_WORK_ORDER_TYPE_OPTIONS} from '@ztzf/constants'
import { pxToRem, pxToRemNum } from '@/utils/rem';
import { getSmallImg, getShowImg } from '@/utils/util';
import { ElMessageBox, ElLoading } from 'element-plus';
@@ -1139,7 +1139,7 @@
          { label: '处理人', prop: 'handler', width: 120, overHidden: true },
          {
            slot: true,
            hide: envName === 'jiangwu' ? true : false,
            hide: false,
            label: '复核状态',
            prop: 'isReview',
            width: 90,
@@ -3203,7 +3203,7 @@
    exportTheTick(row){
      const params = {
        num:row.orderNumber
      }
      }
      exportTheTicket(params).then(res=>{
      const elink = document.createElement('a')
      elink.download = row.orderName + '.docx'