Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -167,12 +167,12 @@ | ... | @@ -167,12 +167,12 @@ |
| 167 | v-hasPermi="['base:cargo:release']" @click="release">释放舱位</el-button> | 167 | v-hasPermi="['base:cargo:release']" @click="release">释放舱位</el-button> |
| 168 | <el-button type="primary" size="small" icon="el-icon-sort" :disabled="selectTable.length == 0" @click="transfer" | 168 | <el-button type="primary" size="small" icon="el-icon-sort" :disabled="selectTable.length == 0" @click="transfer" |
| 169 | v-hasPermi="['log:cargo:flightTransfer']">航班迁转</el-button> | 169 | v-hasPermi="['log:cargo:flightTransfer']">航班迁转</el-button> |
| 170 | - <!-- <el-button type="primary" size="small" :disabled="cargoPlaneTime == null || cargoPlaneTime.length <= 0" | 170 | + <el-button type="primary" size="small" :disabled="cargoPlaneTime == null || cargoPlaneTime.length <= 0" |
| 171 | - @click="historyFlie"> | 171 | + @click="historyFlie" v-hasPermi="['log:cargo:archiveData']"> |
| 172 | <el-tooltip class="item" effect="dark" content="请先选择配置航班日期" placement="top"> | 172 | <el-tooltip class="item" effect="dark" content="请先选择配置航班日期" placement="top"> |
| 173 | <span class="el-icon-warning-outline">生成归档数据</span> | 173 | <span class="el-icon-warning-outline">生成归档数据</span> |
| 174 | </el-tooltip> | 174 | </el-tooltip> |
| 175 | - </el-button> --> | 175 | + </el-button> |
| 176 | <span class="ml20" style="color: #ffba00">全部导出上限80000条数据</span> | 176 | <span class="ml20" style="color: #ffba00">全部导出上限80000条数据</span> |
| 177 | <el-progress v-if="progress != 0" class="progress" :stroke-width="12" :show-text="true" :percentage="progress" | 177 | <el-progress v-if="progress != 0" class="progress" :stroke-width="12" :show-text="true" :percentage="progress" |
| 178 | :status="progress == 100 ? 'success' : 'warning'"></el-progress> | 178 | :status="progress == 100 ? 'success' : 'warning'"></el-progress> | ... | ... |
-
Please register or login to post a comment