Commit bc60d79c authored by anxixi's avatar anxixi

Merge remote-tracking branch 'origin/master'

parents 9ac61400 a5426ac5
...@@ -68,15 +68,16 @@ ...@@ -68,15 +68,16 @@
<el-button type="primary" style="width: 140px;margin-left: 20px" @click="handleSearch"> <el-button type="primary" style="width: 140px;margin-left: 20px" @click="handleSearch">
{{$t('operationjson.search')}} {{$t('operationjson.search')}}
</el-button> </el-button>
<el-button type="primary" plain style="width: 140px;" @click="handleReset">重置
</el-button>
</div> </div>
</template> </template>
</el-form-item> </el-form-item>
<el-form-item> <el-form-item>
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="primary" plain style="width: 140px;margin-right: 20px;" @click="handleReset">重置
</el-button>
<!--<el-button type="primary" @click="handleReport" style="width: 140px;">导出数据</el-button>--> <!--<el-button type="primary" @click="handleReport" style="width: 140px;">导出数据</el-button>-->
<exportFieldBar :screenlist="tableHeaderList" @exportSuccess="handleReport"> <exportFieldBar :screenlist="tableHeaderList" style="display:inline-block;" @exportSuccess="handleReport">
</exportFieldBar> </exportFieldBar>
</template> </template>
......
...@@ -75,15 +75,15 @@ ...@@ -75,15 +75,15 @@
<el-button type="primary" style="width: 140px;margin-left: 20px" @click="handleSearch"> <el-button type="primary" style="width: 140px;margin-left: 20px" @click="handleSearch">
{{$t('operationjson.search')}} {{$t('operationjson.search')}}
</el-button> </el-button>
<el-button type="primary" plain style="width: 140px;" @click="handleReset">重置
</el-button>
</div> </div>
</template> </template>
</el-form-item> </el-form-item>
<el-form-item> <el-form-item>
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="primary" plain style="width: 140px;margin-right: 20px;" @click="handleReset">重置
</el-button>
<!--<el-button type="primary" @click="handleReport" style="width: 140px;">导出数据</el-button>--> <!--<el-button type="primary" @click="handleReport" style="width: 140px;">导出数据</el-button>-->
<exportFieldBar :screenlist="tableHeaderList" @exportSuccess="handleReport"> <exportFieldBar style="display:inline-block;" :screenlist="tableHeaderList" @exportSuccess="handleReport">
</exportFieldBar> </exportFieldBar>
</template> </template>
......
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