无人机管理后台前端(已迁走)
rjg
2025-04-17 cb4fc9b92a54576ac0f0f2464a042970584ca9ee
显示新建
1 files modified
9 ■■■■■ changed files
src/views/tickets/orderLog.vue 9 ●●●●● 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 type="primary" icon="el-icon-plus" @click="handleAdd">新建工单</el-button>
                            <el-button type="primary" icon="el-icon-plus" v-if="activeTab!='WAIT_AUDIT' ">新建工单</el-button>
                            <el-button type="success" plain icon="el-icon-download" @click="exportData">导出</el-button>
                        </template>
@@ -119,7 +119,9 @@
        </el-tabs>
        <!-- 新建工单对话框 -->
        <el-dialog v-model="dialogVisible" title="新建工单" width="70%" :close-on-click-modal="false" @close="resetForm">
        <el-dialog  v-model="dialogVisible" title="新建工单" width="70%" :close-on-click-modal="false" @close="resetForm">
            <el-form :model="form" :rules="rules" ref="testform" label-width="100px">
                <el-row :gutter="20">
                    <el-col :span="12">
@@ -660,7 +662,8 @@
        },
        handleTabChange (tab) {
            this.activeTab = tab.props?.name || tab.name
            this.activeTab = tab.props?.name || tab.name;
            this.filters.status = ''
            this.filters.status = ''
            this.page.currentPage = 1
            this.fetchTableData()