|
@@ -7,7 +7,7 @@
|
|
|
v-show="showSearch"
|
|
|
label-width="68px"
|
|
|
>
|
|
|
- <el-form-item label="" prop="unitId">
|
|
|
+ <!-- <el-form-item label="" prop="unitId">
|
|
|
<el-input
|
|
|
v-model="queryParams.unitId"
|
|
|
placeholder="请输入单位"
|
|
@@ -42,8 +42,8 @@
|
|
|
size="small"
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
/>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item>
|
|
|
+ </el-form-item> -->
|
|
|
+ <!-- <el-form-item> -->
|
|
|
<!-- <el-button
|
|
|
type="primary"
|
|
|
icon="el-icon-search"
|
|
@@ -51,8 +51,8 @@
|
|
|
@click="handleQuery"
|
|
|
>搜索</el-button
|
|
|
> -->
|
|
|
- <el-button size="btr" @click="resetQuery">重置</el-button>
|
|
|
- </el-form-item>
|
|
|
+ <!-- <el-button size="btr" @click="resetQuery">重置</el-button>
|
|
|
+ </el-form-item> -->
|
|
|
</el-form>
|
|
|
|
|
|
<el-row :gutter="10" class="mb8">
|
|
@@ -67,7 +67,7 @@
|
|
|
>新增</el-button
|
|
|
>
|
|
|
</el-col>
|
|
|
- <el-col :span="1.5">
|
|
|
+ <!-- <el-col :span="1.5">
|
|
|
<el-button
|
|
|
type="success"
|
|
|
plain
|
|
@@ -101,8 +101,8 @@
|
|
|
@click="handleExport"
|
|
|
v-hasPermi="['grassrootsregistration:statistics:export']"
|
|
|
>导出</el-button
|
|
|
- >
|
|
|
- </el-col>
|
|
|
+ > -->
|
|
|
+ <!-- </el-col> -->
|
|
|
<!-- <right-toolbar
|
|
|
:showSearch.sync="showSearch"
|
|
|
@queryTable="getList"
|