Browse Source

2021-09-27

East 3 years ago
parent
commit
ab45d0e529

+ 3 - 3
src/components/bioSafety/QueryConditions.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: your name
  * @Date: 2021-09-18 10:40:12
- * @LastEditTime: 2021-09-27 16:03:38
+ * @LastEditTime: 2021-09-27 16:59:23
  * @LastEditors: Please set LastEditors
  * @Description: 查询条件组件
  * @FilePath: \hyyfClient\src\components\bioSafety\QueryConditions.vue
@@ -72,7 +72,7 @@
           </template>
           <el-col :span="3">
             <el-form-item>
-              <el-button type="primary" size="small" @click="handleClick">查询结果</el-button>
+              <el-button type="primary" size="small" @click="handleClick" style="margin-left: 30px">查询结果</el-button>
             </el-form-item>
           </el-col>
         </el-row>
@@ -155,6 +155,6 @@ export default {
 
   .date-picker-reset {
     position: absolute;
-    width: 245px;
+    width: 230px;
   }
 </style>

+ 3 - 3
src/views/BioSafety/personAdmin/queryCondition.config.js

@@ -1,7 +1,7 @@
 /*
  * @Author: your name
  * @Date: 2021-09-18 15:19:29
- * @LastEditTime: 2021-09-18 15:40:21
+ * @LastEditTime: 2021-09-27 16:38:49
  * @LastEditors: Please set LastEditors
  * @Description: 筛选条件的 formItems 和 propFormData
  * @FilePath: \hyyfClient\src\views\BioSafety\personAdmin\queryCondition.config.js
@@ -22,7 +22,7 @@ const formItems1 = [
   },
   {
     type: 'select',
-    label: '负责区域:',
+    label: '区域:',
     placeholder: '请选择区域',
     field: 'region',
     options: []
@@ -64,7 +64,7 @@ const formItems3 = [
   },
   {
     type: 'select',
-    label: '负责区域:',
+    label: '区域:',
     placeholder: '请选择区域',
     field: 'region',
     options: []