凉纪 1 年間 前
コミット
91c1a0e3bf

+ 1 - 1
src/views/core/reportForms/intrusionTestReport.vue

@@ -38,7 +38,7 @@
       </div>
           <el-table
             border
-            height="700"
+            height="616"
             size="small"
             v-loading="loading" :data="checkList" @selection-change="handleSelectionChange">
 

+ 10 - 10
src/views/core/reportForms/monitorAccessReport.vue

@@ -1,9 +1,8 @@
 <template>
     <div class="app-container">
-
+      <div class="main-search-box">
           <el-form :model="queryParams" ref="queryForm" size="small"  :inline="true"
-          v-show="showSearch"
-          label-width="100px">
+          v-show="showSearch">
 
             <el-form-item label="组织机构" prop="orgId" class="formTreeItem">
             <tree-select
@@ -26,7 +25,8 @@
             <el-date-picker  :picker-options="{ firstDayOfWeek: 1 }"  v-model="weeks"  type="week"   format='yyyy 第 WW 周'  placeholder="选择周" @change='setWeekNum'>
              </el-date-picker>
           </el-form-item>
-          <el-row :gutter="10" class="mb8">
+
+          <el-row :gutter="10">
             <el-col :span="1.5">
               <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
               <el-button type="primary" icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
@@ -37,15 +37,15 @@
             <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
 
           </el-row>
-            </el-form-item>
           </el-form>
-          <h1 class="title" style="text-align:center;">{{ this.title}}</h1>
-          <el-row :gutter="10" class="mb8">
-            <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
-          </el-row>
+
+          </div>
+          <div class="main-search-box" style="margin-bottom: 0;">
+            <h1 class="title" style="text-align:center;">{{ this.title}}</h1>
+          </div>
           <el-table
             border
-            height="666"
+            height="616"
             size="small"
             v-loading="loading" :data="checkList" @selection-change="handleSelectionChange">
 

+ 16 - 9
src/views/core/reportForms/resumptionReport.vue

@@ -1,9 +1,8 @@
 <template>
     <div class="app-container">
-
+      <div class="main-search-box">
           <el-form :model="queryParams" ref="queryForm" size="small"  :inline="true"
-          v-show="showSearch"
-          label-width="100px">
+          v-show="showSearch">
 
             <el-form-item label="组织机构" prop="orgId" class="formTreeItem">
             <tree-select
@@ -40,21 +39,29 @@
                                 align="right" type="month" placeholder="请选择查询时间">
                 </el-date-picker>
               </el-form-item>
+          </el-form>
 
+          <el-row :gutter="10" >
+            <el-col :span="1.5">
               <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
+            </el-col>
+            <el-col :span="1.5">
               <el-button type="primary" icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
+            </el-col>
+            <el-col :span="1.5">
               <el-button type="primary" icon="el-icon-download" size="mini" @click="handleExport"
                          v-hasPermi="['core:resumptionReport:export']">导出
               </el-button>
-            </el-form-item>
-          </el-form>
-          <h1 class="title" style="text-align:center;">{{ this.title}}</h1>
-          <el-row :gutter="10" class="mb8">
+            </el-col>
             <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
           </el-row>
+      </div>
+      <div class="main-search-box" style="margin-bottom: 0;">
+        <h1 class="title" style="text-align:center;">{{ this.title}}</h1>
+      </div>
           <el-table
             border
-            height="700"
+            height="616"
             size="small"
             v-loading="loading" :data="checkList" @selection-change="handleSelectionChange">
 
@@ -64,7 +71,7 @@
               </template>
             </el-table-column>
             <el-table-column label="地区" align="center" prop="city" />
-            <el-table-column label="单位名称" align="center" prop="orgName" width="100"/>
+            <el-table-column label="单位名称" align="center" prop="orgName" width="240"/>
             <el-table-column label="网点数量" align="left" prop="networkNumber" width="100"/>
 
                 <el-table-column label="总计" align="center">

+ 1 - 1
src/views/core/reportForms/safetyInspectReport.vue

@@ -70,7 +70,7 @@
     </div>
     <el-table
       border
-      height="732"
+      height="616"
       size="small"
       v-loading="loading" :data="checkList" @selection-change="handleSelectionChange">
 

+ 1 - 1
src/views/core/reportForms/selfInspectReport.vue

@@ -60,7 +60,7 @@
       v-loading="loading"
       :data="checkList"
       border
-      height="700" size="small" @selection-change="handleSelectionChange">
+      height="616" size="small" @selection-change="handleSelectionChange">
 
       <el-table-column align="center" label="序号" min-width="50">
         <template v-slot:default="scope">

+ 18 - 9
src/views/core/reportForms/serviceBankReport.vue

@@ -1,9 +1,8 @@
 <template>
     <div class="app-container">
-
+      <div class="main-search-box">
           <el-form :model="queryParams" ref="queryForm" size="small"  :inline="true"
-          v-show="showSearch"
-          label-width="100px">
+          v-show="showSearch">
 
             <el-form-item label="组织机构" prop="orgId" class="formTreeItem">
             <tree-select
@@ -24,21 +23,31 @@
                                 align="right" type="month" placeholder="请选择查询时间">
                 </el-date-picker>
               </el-form-item>
+          </el-form>
 
+          <el-row :gutter="10">
+            <el-col :span="1.5">
               <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
+            </el-col>
+            <el-col :span="1.5">
               <el-button type="primary" icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
+            </el-col>
+            <el-col :span="1.5">
               <el-button type="primary" icon="el-icon-download" size="mini" @click="handleExport"
                          v-hasPermi="['core:resumptionReport:export']">导出
               </el-button>
-            </el-form-item>
-          </el-form>
-          <h1 class="title" style="text-align:center;">{{ this.title}}</h1>
-          <el-row :gutter="10" class="mb8">
+            </el-col>
             <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
           </el-row>
-          <el-table
+
+          </div>
+      <div class="main-search-box" style="margin-bottom: 0;">
+        <h1 class="title" style="text-align:center;">{{ this.title}}</h1>
+      </div>
+
+      <el-table
             border
-            height="700"
+            height="616"
             size="small"
             v-loading="loading" :data="checkList" @selection-change="handleSelectionChange">
 

+ 1 - 1
src/views/core/reportForms/standbyPowerReport.vue

@@ -34,7 +34,7 @@
       </div>
           <el-table
             border
-            height="700"
+            height="616"
             size="small"
             v-loading="loading" :data="checkList" @selection-change="handleSelectionChange">