|
@@ -2,11 +2,7 @@
|
|
|
<div class="listPage">
|
|
|
<div class="listPage-min" v-if="pageType == 1">
|
|
|
<el-form :model="queryParams" ref="queryForm" :inline="true" label-width="68px">
|
|
|
- <el-col :span="1.5">
|
|
|
- <span class="reset-button-one"
|
|
|
- style="font-weight:700;margin-bottom:20px;"
|
|
|
- @click="backPage"><i class="el-icon-arrow-left"></i>返回</span>
|
|
|
- </el-col>
|
|
|
+
|
|
|
<el-form-item label="检查项名称" prop="name" label-width="100px">
|
|
|
<el-input
|
|
|
v-model="queryParams.name"
|
|
@@ -19,6 +15,13 @@
|
|
|
<p class="inquire-button-one" @click="handleQuery">查询</p>
|
|
|
<p class="reset-button-one" @click="resetQuery">重置</p>
|
|
|
</el-form-item>
|
|
|
+ <el-form-item style="float: right">
|
|
|
+ <el-col :span="1.5">
|
|
|
+ <span class="reset-button-one"
|
|
|
+ style="font-weight:700;margin-bottom:20px;"
|
|
|
+ @click="backPage"><i class="el-icon-arrow-left"></i>返回</span>
|
|
|
+ </el-col>
|
|
|
+ </el-form-item>
|
|
|
</el-form>
|
|
|
<el-table v-loading="loading" border :data="checkOptionList">
|
|
|
<el-table-column label="检查项名称" align="left" prop="name" />
|