|
@ -72,15 +72,14 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-form> |
|
|
</el-form> |
|
|
<el-row> |
|
|
<el-row type="flex" justify="right"> |
|
|
<el-button |
|
|
<el-col :span="24" align="right"> |
|
|
|
|
|
<el-button |
|
|
style="margin-left: 10px" |
|
|
style="margin-left: 10px" |
|
|
size="small" |
|
|
size="small" |
|
|
class="diy-button--blue" |
|
|
class="diy-button--blue" |
|
|
@click="getDataList" |
|
|
@click="getDataList" |
|
|
>查询</el-button |
|
|
>查询</el-button> |
|
|
> |
|
|
|
|
|
<el-col :span="24" align="right"> |
|
|
|
|
|
<el-button class="diy-button--white" size="small" @click="resetForm" |
|
|
<el-button class="diy-button--white" size="small" @click="resetForm" |
|
|
>重置</el-button |
|
|
>重置</el-button |
|
|
> |
|
|
> |
|
|