Commit e4f2918b authored by zhangyanni's avatar zhangyanni

样式

parent 05293f5f
......@@ -68,15 +68,16 @@
<el-button type="primary" style="width: 140px;margin-left: 20px" @click="handleSearch">
{{$t('operationjson.search')}}
</el-button>
<el-button type="primary" plain style="width: 140px;" @click="handleReset">重置
</el-button>
</div>
</template>
</el-form-item>
<el-form-item>
<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>-->
<exportFieldBar :screenlist="tableHeaderList" @exportSuccess="handleReport">
<exportFieldBar :screenlist="tableHeaderList" style="display:inline-block;" @exportSuccess="handleReport">
</exportFieldBar>
</template>
......
......@@ -75,15 +75,15 @@
<el-button type="primary" style="width: 140px;margin-left: 20px" @click="handleSearch">
{{$t('operationjson.search')}}
</el-button>
<el-button type="primary" plain style="width: 140px;" @click="handleReset">重置
</el-button>
</div>
</template>
</el-form-item>
<el-form-item>
<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>-->
<exportFieldBar :screenlist="tableHeaderList" @exportSuccess="handleReport">
<exportFieldBar style="display:inline-block;" :screenlist="tableHeaderList" @exportSuccess="handleReport">
</exportFieldBar>
</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