Commit c80d873f authored by huangjie's avatar huangjie

*

parent 2efa57e0
...@@ -99,9 +99,9 @@ ...@@ -99,9 +99,9 @@
<div class="titles">项目明细 <div class="titles">项目明细
<div class="dc"> <div class="dc">
<div class="total">{{total}}</div> <div class="total">{{total}}</div>
<el-tooltip class="item" effect="dark" content="功能正在开发中" placement="top"> <!--<el-tooltip class="item" effect="dark" content="功能正在开发中" placement="top">-->
<div class="btn-export"><img src="@/assets/images/EXCEL.png">导出EXCEL</div> <div class="btn-export" @click="dc"><img src="@/assets/images/EXCEL.png">导出EXCEL</div>
</el-tooltip> <!--</el-tooltip>-->
</div> </div>
</div> </div>
<div class="tables" v-if="total == 0"> <div class="tables" v-if="total == 0">
...@@ -261,6 +261,9 @@ export default { ...@@ -261,6 +261,9 @@ export default {
}) })
}, },
methods: { methods: {
dc(){
this.$message.warning('功能正在开发中')
},
deldetail(index){ deldetail(index){
this.ondel = index this.ondel = index
}, },
......
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