Elements-SY

Merge branch 'et86-black' into uat

1 <template> 1 <template>
2 - <div ref="barEcharts" class="route-info-container" v-loading="pageLoading"> 2 + <div ref="barEcharts" class="route-info-container">
3 + <!-- v-loading="pageLoading" -->
3 <!-- 航线设置规则信息查询条件 --> 4 <!-- 航线设置规则信息查询条件 -->
4 <el-row style="padding: 0 50px"> 5 <el-row style="padding: 0 50px">
5 <el-col> 6 <el-col>
......
1 <template> 1 <template>
2 - <div class="form-header" v-loading="pageLoading"> 2 + <div class="form-header">
3 + <!-- v-loading="pageLoading" -->
3 <el-row style="padding-bottom: 20px"> 4 <el-row style="padding-bottom: 20px">
4 <el-col> 5 <el-col>
5 <el-divider content-position="left">ET86配舱航班顺位</el-divider> 6 <el-divider content-position="left">ET86配舱航班顺位</el-divider>
......