Commit aeb4bc03 authored by 华国豪's avatar 华国豪 🙄
parents c3fecb66 c0aae9b2
...@@ -66,10 +66,10 @@ ...@@ -66,10 +66,10 @@
border-top:1px dashed #d1d1d1; border-top:1px dashed #d1d1d1;
padding-top:10px; padding-top:10px;
} }
.PassengerList .el-input__inner{ /* .PassengerList .el-input__inner{
height:23px!important; height:23px!important;
padding:0 5px; padding:0 5px;
} } */
</style> </style>
<template> <template>
...@@ -93,7 +93,8 @@ ...@@ -93,7 +93,8 @@
</table> </table>
</li> </li>
<li> <li>
<input type="button" class="normalBtn" value="导出报表" @click="getFlightInfo()" /> <input type="button" class="normalBtn" style="display:none;" value="导出报表" @click="getFlightInfo()" />
<input type="button" class="normalBtn" value="导出报表" @click="exportExcel()" />
</li> </li>
</ul> </ul>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment