From e93a917320825bdfb92b1a9e60da96c0e9491976 Mon Sep 17 00:00:00 2001
From: “zhuo” <“zhuo@itcast.cn”>
Date: 星期五, 11 八月 2023 17:16:29 +0800
Subject: [PATCH] 	modified:   .env.development 	modified:   src/api/CNAS/reviewAnnualPlan.js 	modified:   src/views/CNAS/reviewAnnualPlan/index.vue 	modified:   src/views/experiment/checkTheReport/index.vue 	modified:   src/views/experiment/reportAuditing/index.vue 	modified:   src/views/laboratory/ledger/index.vue

---
 src/views/experiment/checkTheReport/index.vue |   32 +++++++++++++++++++++++---------
 1 files changed, 23 insertions(+), 9 deletions(-)

diff --git a/src/views/experiment/checkTheReport/index.vue b/src/views/experiment/checkTheReport/index.vue
index 5183a0c..a5057c4 100644
--- a/src/views/experiment/checkTheReport/index.vue
+++ b/src/views/experiment/checkTheReport/index.vue
@@ -24,11 +24,7 @@
         </el-dropdown>
       </el-form>
       <el-form>
-        <el-button
-          class="rightBtn"
-          type="primary"
-          icon="el-icon-document"
-          @click="exportData"
+        <el-button class="rightBtn" type="primary" icon="el-icon-document"
           >瀵煎嚭鎶ュ憡</el-button
         >
       </el-form>
@@ -70,19 +66,37 @@
             label="鏍峰搧缂栧彿"
             sortable
             min-width="10%"
-          />
+          >
+            <template slot-scope="scope">
+              <span style="color: #409eff;">
+                  {{ scope.row.materialCode }}
+              </span>
+            </template></el-table-column
+          >
           <el-table-column
-            prop="reportCode"
+            prop="materialCode"
             label="鎶ュ憡鍗曞彿"
             sortable
             min-width="10%"
-          />
+          >
+            <template slot-scope="scope">
+              <span style="color: #409eff;">
+                  {{ scope.row.materialCode }}
+              </span>
+            </template></el-table-column
+          >
           <el-table-column
             prop="inspectionCode"
             label="鐢宠鍗曞彿"
             sortable
             min-width="10%"
-          />
+          >
+            <template slot-scope="scope">
+              <span style="color: #409eff;">
+                  {{ scope.row.inspectionCode }}
+              </span>
+            </template></el-table-column
+          >
           <el-table-column prop="approver" label="瀹℃壒浜�" min-width="8%">
             <template slot-scope="scope">
               <span>

--
Gitblit v1.9.3