From b807a12b89dc9126bac49c02a3902bec758f4f9b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 09 六月 2025 11:55:27 +0800
Subject: [PATCH] 检验标准未带出

---
 src/views/CNAS/systemManagement/correctiveAction/index.vue |   40 ++++++++++++++++------------------------
 1 files changed, 16 insertions(+), 24 deletions(-)

diff --git a/src/views/CNAS/systemManagement/correctiveAction/index.vue b/src/views/CNAS/systemManagement/correctiveAction/index.vue
index b86b2a3..de417ff 100644
--- a/src/views/CNAS/systemManagement/correctiveAction/index.vue
+++ b/src/views/CNAS/systemManagement/correctiveAction/index.vue
@@ -1,26 +1,21 @@
 <template>
-  <div>
-    <div class="search-background">
-      <span class="search-group">
-        <span style="width: 150px">涓嶅悎鏍兼弿杩帮細</span>
-        <el-input v-model="searchForm.raiseResult" clearable size="small"></el-input>
-      </span>
-      <span class="search-group">
-        <el-button size="small" @click="resetSearchForm">閲� 缃�</el-button>
-        <el-button size="small" type="primary" @click="searchList">鏌� 璇�</el-button>
-      </span>
+  <div class="capacity-scope">
+    <div>
+      <el-form :model="searchForm" ref="searchForm" size="small" :inline="true">
+        <el-form-item label="涓嶅悎鏍兼弿杩�" prop="raiseResult">
+          <el-input v-model="searchForm.raiseResult" clearable size="small"></el-input>
+        </el-form-item>
+        <el-form-item>
+          <el-button type="primary" size="mini" @click="searchList">鏌ヨ</el-button>
+          <el-button size="mini" @click="resetSearchForm">閲嶇疆</el-button>
+        </el-form-item>
+      </el-form>
     </div>
     <div class="table">
-      <div>
-        <TableCard :showForm="false" :showTitle="false">
-          <template v-slot:table>
-            <limsTable :column="tableColumn" :height="'calc(100vh - 17em)'" :table-data="tableData"
-              :table-loading="tableLoading" style="padding: 0 15px;margin-bottom: 16px" @pagination="pagination"
-              :page="page">
-            </limsTable>
-          </template>
-        </TableCard>
-      </div>
+      <limsTable :column="tableColumn" :height="'calc(100vh - 17em)'" :table-data="tableData"
+                 :table-loading="tableLoading" @pagination="pagination"
+                 :page="page">
+      </limsTable>
     </div>
     <corrective-info v-if="correctiveInfo" ref="correctiveInfo"></corrective-info>
     <ViewTestRecord v-if="viewTestRecordDialog" ref="viewTestRecordDialog"></ViewTestRecord>
@@ -28,10 +23,8 @@
 </template>
 
 <script>
-import TableCard from '@/components/TableCard/index.vue';
 import limsTable from "@/components/Table/lims-table.vue";
 import CorrectiveInfo from './components/correctiveInfo.vue';
-// import QualityInfo from '../do/a7-nonconforming-item/qualityInfo.vue';
 import ViewTestRecord from './components/ViewTestRecord.vue';
 import {
   pageSuperviseDetailCorrect,
@@ -39,13 +32,12 @@
 } from '@/api/cnas/systemManagement/correctiveAction.js'
 
 export default {
-  name: 'a8-corrective-action',
+  name: 'CorrectiveAction',
   // import 寮曞叆鐨勭粍浠堕渶瑕佹敞鍏ュ埌瀵硅薄涓墠鑳戒娇鐢�
   components: {
     // QualityInfo,
     CorrectiveInfo,
     limsTable,
-    TableCard,
     ViewTestRecord
   },
   data() {

--
Gitblit v1.9.3