Elements-SY

modify

...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
181 v-hasPermi="['log:cargo:flightTransfer']">航班迁转</el-button> 181 v-hasPermi="['log:cargo:flightTransfer']">航班迁转</el-button>
182 <el-button type="primary" size="small" :disabled="cargoPlaneTime == null || cargoPlaneTime.length <= 0" 182 <el-button type="primary" size="small" :disabled="cargoPlaneTime == null || cargoPlaneTime.length <= 0"
183 @click="historyFlie" v-hasPermi="['log:cargo:archiveData']"> 183 @click="historyFlie" v-hasPermi="['log:cargo:archiveData']">
184 - <el-tooltip class="item" effect="dark" content="请先选择配航班日期" placement="top"> 184 + <el-tooltip class="item" effect="dark" content="请先选择配航班日期" placement="top">
185 <span class="el-icon-warning-outline">生成归档数据</span> 185 <span class="el-icon-warning-outline">生成归档数据</span>
186 </el-tooltip> 186 </el-tooltip>
187 </el-button> 187 </el-button>
......