许宏杰 3 months ago
parent 368c68f787
commit ee5107a49b

@ -27,8 +27,6 @@
<script src="./lib/mars3d/mars3d-dev.js" type="text/javascript"></script> <script src="./lib/mars3d/mars3d-dev.js" type="text/javascript"></script>
<% } %> <% } %>
<script src="./lib/localforage.js" type="text/javascript"></script>
<script src="./lib/CesiumNetworkPlug.js" type="text/javascript"></script>
<title><%= webpackConfig.name %></title> <title><%= webpackConfig.name %></title>
<!--[if lt IE 11 <!--[if lt IE 11
]><script> ]><script>

@ -20,7 +20,6 @@
</div> </div>
<div class="navigation-right"> <div class="navigation-right">
<div class="reset" v-show="showRight" @click="reset()"></div> <div class="reset" v-show="showRight" @click="reset()"></div>
<el-button <el-button
type="text" type="text"
v-show="showRight" v-show="showRight"
@ -34,9 +33,8 @@
<el-button type="text" v-show="!showRight" @click="$router.back()" <el-button type="text" v-show="!showRight" @click="$router.back()"
>返回人口平台</el-button >返回人口平台</el-button
> >
<el-dropdown> <el-dropdown>
<el-button type="text" v-show="handlerExport"></el-button> <el-button type="text" v-if="handlerExport"></el-button>
<el-dropdown-menu slot="dropdown"> <el-dropdown-menu slot="dropdown">
<el-dropdown-item @click.native="exportWord('1')" <el-dropdown-item @click.native="exportWord('1')"
>上月</el-dropdown-item >上月</el-dropdown-item
@ -124,7 +122,6 @@ export default {
methods: { methods: {
exportWord(val) { exportWord(val) {
let isNow = val == 1 ? true : false; let isNow = val == 1 ? true : false;
this.$modal this.$modal
.confirm(`是否确认导出${isNow == 1 ? "上月" : "当月"}月报?`) .confirm(`是否确认导出${isNow == 1 ? "上月" : "当月"}月报?`)
.then(() => { .then(() => {

Loading…
Cancel
Save