|  | @@ -38,9 +38,6 @@
 | 
	
		
			
				|  |  |              >查看
 | 
	
		
			
				|  |  |              </el-button>
 | 
	
		
			
				|  |  |            </template>
 | 
	
		
			
				|  |  | -<!--          <template slot="menuLeft" slot-scope="{size}">-->
 | 
	
		
			
				|  |  | -<!--            <el-button type="primary" :size="size" @click="exportExcel">自定义按钮</el-button>-->
 | 
	
		
			
				|  |  | -<!--          </template>-->
 | 
	
		
			
				|  |  |          </avue-crud>
 | 
	
		
			
				|  |  |        </basic-container>
 | 
	
		
			
				|  |  |      </div>
 | 
	
	
		
			
				|  | @@ -80,17 +77,6 @@ export default {
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    methods: {
 | 
	
		
			
				|  |  | -    //导出
 | 
	
		
			
				|  |  | -    exportExcel() {
 | 
	
		
			
				|  |  | -      console.log(this.$export)
 | 
	
		
			
				|  |  | -      // this.$export.excel({
 | 
	
		
			
				|  |  | -      //   title: "商户pos机",
 | 
	
		
			
				|  |  | -      //   columns: [
 | 
	
		
			
				|  |  | -      //     { label: "金额", prop: "actualPrice" }
 | 
	
		
			
				|  |  | -      //   ],
 | 
	
		
			
				|  |  | -      //   data: this.dataList
 | 
	
		
			
				|  |  | -      // });
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  |      // 选择卡切换
 | 
	
		
			
				|  |  |      changeTags(name) {
 | 
	
		
			
				|  |  |        if (this.tagsName == name) return
 |