Commit 9cb754f2 authored by liqiuyu's avatar liqiuyu

fix(*): 按钮顺序调整

parent 17e172a8
......@@ -46,8 +46,8 @@
/>
</el-form-item>
<el-form-item>
<el-button type="primary" class="default-btn" @click="onReset">重置</el-button>
<el-button class="default-btn" @click="onSearch">查询</el-button>
<el-button class="default-btn" @click="onReset">重置</el-button>
<el-button type="primary" class="default-btn" @click="onSearch">查询</el-button>
</el-form-item>
</el-form>
<div class="table-box">
......
......@@ -46,8 +46,8 @@
/>
</el-form-item>
<el-form-item>
<el-button type="primary" class="default-btn" @click="onReset">重置</el-button>
<el-button class="default-btn" @click="onSearch">查询</el-button>
<el-button class="default-btn" @click="onReset">重置</el-button>
<el-button type="primary" class="default-btn" @click="onSearch">查询</el-button>
</el-form-item>
</el-form>
<div class="table-box">
......
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