From 2b6e530143e59eae4d3a35eae0cf1620decfe698 Mon Sep 17 00:00:00 2001
From: lxp <1928192722@qq.com>
Date: 星期三, 12 三月 2025 15:32:47 +0800
Subject: [PATCH] 报告编制修改

---
 src/views/structural/capabilityAndLaboratory/capability/index.vue |   26 ++------------------------
 1 files changed, 2 insertions(+), 24 deletions(-)

diff --git a/src/views/structural/capabilityAndLaboratory/capability/index.vue b/src/views/structural/capabilityAndLaboratory/capability/index.vue
index 273644e..47973df 100644
--- a/src/views/structural/capabilityAndLaboratory/capability/index.vue
+++ b/src/views/structural/capabilityAndLaboratory/capability/index.vue
@@ -31,8 +31,8 @@
             @keyup.enter.native="refreshTable()">
           </el-input>
         </el-form-item>
-        <el-form-item label="妫�楠屽璞�" prop="specimenName">
-          <el-input size="small" placeholder="璇疯緭鍏�" clearable v-model="itemParameterForm.specimenName"
+        <el-form-item label="妫�楠屽璞�" prop="sample">
+          <el-input size="small" placeholder="璇疯緭鍏�" clearable v-model="itemParameterForm.sample"
             @keyup.enter.native="refreshTable()">
           </el-input>
         </el-form-item>
@@ -210,28 +210,6 @@
         { label: '妫�楠屽璞N', prop: 'specimenNameEn' },
         { label: '浜у搧', prop: 'product' },
         { label: '瀵硅薄浠e彿', prop: 'code' },
-        {
-          label: '瀵硅薄绫诲瀷', prop: 'objectType',
-          dataType: 'tag',
-          formatData: (params) => {
-            if (params == 1) {
-              return '鍘熸潗鏂�'
-            } else if (params == 2) {
-              return '鎴愬搧'
-            } else {
-              return '杈呮潗'
-            }
-          },
-          formatType: (params) => {
-            if (params == 1) {
-              return 'success'
-            } else if (params == 2) {
-              return 'info'
-            } else {
-              return 'warning'
-            }
-          }
-        },
         { label: '鍒涘缓浜�', prop: 'createUserName' },
         { label: '鏇存柊浜�', prop: 'updateUserName' },
         { label: '鍒涘缓鏃堕棿', prop: 'createTime' },

--
Gitblit v1.9.3