|
@ -76,19 +76,19 @@ |
|
|
</el-form> |
|
|
</el-form> |
|
|
<el-row type="flex" style="margin: 0px"> |
|
|
<el-row type="flex" style="margin: 0px"> |
|
|
<el-col span="24" align="right"> |
|
|
<el-col span="24" align="right"> |
|
|
|
|
|
|
|
|
<el-button |
|
|
<el-button |
|
|
style="margin-left: 10px" |
|
|
style="margin-left: 10px" |
|
|
size="small" |
|
|
size="small" |
|
|
type="primary " |
|
|
type="primary" |
|
|
@click="resetSearch" |
|
|
@click="handleSearch" |
|
|
>重置</el-button |
|
|
>查询</el-button |
|
|
> |
|
|
> |
|
|
|
|
|
|
|
|
<el-button |
|
|
<el-button |
|
|
style="margin-left: 10px" |
|
|
style="margin-left: 10px" |
|
|
size="small" |
|
|
size="small" |
|
|
@click="handleSearch" |
|
|
@click="resetSearch" |
|
|
>查询</el-button |
|
|
>重置</el-button |
|
|
> |
|
|
> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|