Commit 1c22b94b authored by CenXinYi's avatar CenXinYi

Revert "feat: 修改工序库按钮位置"

This reverts commit 1f2ddf1d.
parent 1f2ddf1d
...@@ -90,15 +90,22 @@ ...@@ -90,15 +90,22 @@
<el-form-item> <el-form-item>
<el-button type="primary" size="small" icon="el-icon-search" @click="handleQuery">查询</el-button> <el-button type="primary" size="small" icon="el-icon-search" @click="handleQuery">查询</el-button>
<el-button size="small" icon="el-icon-refresh" @click="resetQuery">重置</el-button> <el-button size="small" icon="el-icon-refresh" @click="resetQuery">重置</el-button>
<el-button
type="success"
size="small"
icon="el-icon-download"
@click="handleExport"
>导出
</el-button>
</el-form-item> </el-form-item>
<!--TODO: 导出按钮所在 -->
<div style="float: right; padding:3px 15px;">
<el-row :gutter="10">
<el-col :span="1.5">
<el-button
type="success"
size="small"
icon="el-icon-download"
@click="handleExport"
>导出
</el-button>
</el-col>
</el-row>
</div>
</el-form> </el-form>
</div> </div>
......
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