From 0a26d58a3906b9e13946c7cb46fae51a0de98920 Mon Sep 17 00:00:00 2001
From: Crunchy <3114200645@qq.com>
Date: 星期一, 17 三月 2025 15:49:08 +0800
Subject: [PATCH] Merge branch 'dev' into dev_tides

---
 src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue |   61 +++++++++---------------------
 1 files changed, 18 insertions(+), 43 deletions(-)

diff --git a/src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue b/src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue
index b0c4471..d902ac1 100644
--- a/src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue
+++ b/src/views/CNAS/systemManagement/documentRecords/revisionRecord.vue
@@ -1,22 +1,23 @@
 <template>
   <!-- 鏂囦欢淇鐢宠瀹℃壒璁板綍 -->
-  <div class="DocumentRevisionRequestApprovalRecords">
+  <div class="capacity-scope">
     <div class="search">
-      <div class="search_thing">
-        <div class="search_label">鏂囦欢缂栧彿锛�</div>
-        <div class="search_input">
-          <el-input size="small" placeholder="璇疯緭鍏�" clearable v-model="queryParams.documentCode"
-            @keyup.enter.native="refreshTable()"></el-input>
-        </div>
+      <div>
+        <el-form :model="queryParams" ref="queryForm" size="small" :inline="true">
+          <el-form-item label="鏂囦欢缂栧彿" prop="documentCode">
+            <el-input size="small" placeholder="璇疯緭鍏�" clearable v-model="queryParams.documentCode"
+                      @keyup.enter.native="refreshTable()"></el-input>
+          </el-form-item>
+          <el-form-item>
+            <el-button type="primary" icon="el-icon-search" size="mini" @click="refreshTable">鏌� 璇�</el-button>
+            <el-button icon="el-icon-refresh" size="mini" @click="refresh">閲� 缃�</el-button>
+          </el-form-item>
+        </el-form>
       </div>
-      <div class="search_thing" style="padding-left: 30px;">
-        <el-button size="small" @click="refresh()">閲� 缃�</el-button>
-        <el-button size="small" type="primary" @click="refreshTable()">鏌� 璇�</el-button>
-      </div>
-      <div class="btn">
+      <div>
         <el-button size="small" type="primary" @click="openAdd" v-if="addPower">鏂板</el-button>
         <el-button size="small" type="primary" @click="handleDown" :loading="outLoading" v-if="outPower"
-          style="display:inline-block;margin-left: 20px;">瀵煎嚭</el-button>
+                   style="display:inline-block;margin-left: 20px;">瀵煎嚭</el-button>
       </div>
     </div>
     <div class="table">
@@ -341,10 +342,8 @@
   selectUserCondition,
 } from "@/api/business/inspectionTask.js";
 export default {
-  components: {
-    filePreview,
-    limsTable
-  },
+  name: 'RevisionRecord',
+  components: {filePreview, limsTable},
   data() {
     return {
       addPower: true,
@@ -704,17 +703,10 @@
 </script>
 
 <style scoped>
-.title {
-  height: 60px;
-  line-height: 60px;
-}
-
 .search {
-  background-color: #fff;
-  height: 80px;
+  height: 46px;
   display: flex;
-  align-items: center;
-  position: relative;
+  justify-content: space-between;
 }
 
 .search_thing {
@@ -731,14 +723,6 @@
 
 .search_input {
   width: calc(100% - 110px);
-}
-
-.table {
-  margin-top: 10px;
-  background-color: #fff;
-  height: calc(100% - 60px - 80px - 10px - 40px);
-  padding: 20px;
-  padding-top: 0;
 }
 
 .tables {
@@ -798,13 +782,4 @@
   left: 0;
 }
 
->>>.el-dialog__body {
-  height: auto;
-}
-
-.btn {
-  position: absolute;
-  right: 20px;
-  top: 16px;
-}
 </style>

--
Gitblit v1.9.3