无人机管理后台前端(已迁走)
111
rjg
2025-04-17 24c75a40352efc78e79bee06424bf628507f721d
111
1 files modified
2 ■■■ changed files
src/views/tickets/orderLog.vue 2 ●●● patch | view | raw | blame | history
src/views/tickets/orderLog.vue
@@ -67,7 +67,7 @@
                        :table-loading="loading" @current-change="currentChange" @refresh-change="refreshChange"
                        @on-load="onLoad" @search-change="searchChange" @size-change="sizeChange">
                        <template #menu-left>
                            <el-button v-if="hasAddBtnPermission()" type="primary" icon="el-icon-plus" v-if="activeTab!='WAIT_AUDIT' ">新建工单</el-button>
                            <el-button v-if="hasAddBtnPermission() &&  activeTab!='WAIT_AUDIT'" type="primary" icon="el-icon-plus" >新建工单</el-button>
                            <el-button type="success" plain icon="el-icon-download" @click="exportData">导出</el-button>
                        </template>