|
|
@ -46,10 +46,12 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="4">
|
|
|
|
<el-col :span="4">
|
|
|
|
<el-form-item style="display: flex;margin-left: 20px">
|
|
|
|
<el-form-item style="display: flex;margin-left: 20px">
|
|
|
|
<el-button type="primary" icon="search" @click="getList"
|
|
|
|
<el-button-group>
|
|
|
|
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset">重置</el-button>
|
|
|
|
|
|
|
|
<el-button type="primary" icon="el-icon-search" @click="getList"
|
|
|
|
>查询
|
|
|
|
>查询
|
|
|
|
</el-button
|
|
|
|
</el-button>
|
|
|
|
>
|
|
|
|
</el-button-group>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|