From 40f0147e880d83e8ffb341994ab37e9e712fccf9 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 12 九月 2023 17:51:59 +0800
Subject: [PATCH] 	modified:   src/assets/api/controller.js 	modified:   src/components/view/standard-table/product.vue 	modified:   src/components/view/standard-table/target.vue 	modified:   src/components/view/standard-table/technology.vue 	modified:   src/components/view/standard.vue

---
 src/components/view/measurementManagement.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/components/view/measurementManagement.vue b/src/components/view/measurementManagement.vue
index fbd1415..d89efdd 100644
--- a/src/components/view/measurementManagement.vue
+++ b/src/components/view/measurementManagement.vue
@@ -456,7 +456,7 @@
                   <template slot="header">
                     <span class="requiredclass">浠櫒璁惧鍚嶇О</span>
                   </template>
-                  <template scope="scope">
+                  <template slot-scope="scope">
                     <el-form-item
                       :prop="`measureLedgerList[` + scope.$index + `].deviceId`"
                       :rules="{
@@ -482,7 +482,7 @@
                   </template>
                 </el-table-column>
                 <el-table-column label="娴嬮噺鑼冨洿" min-width="10%">
-                  <template scope="scope">
+                  <template slot-scope="scope">
                     <el-form-item
                       :prop="
                         `measureLedgerList[` + scope.$index + `].measuringRange`
@@ -505,7 +505,7 @@
                   </template>
                 </el-table-column>
                 <el-table-column label="璁¢噺鍛ㄦ湡" min-width="5%">
-                  <template scope="scope">
+                  <template slot-scope="scope">
                     <span
                       v-show="
                         addFormDevice.measureLedgerList[scope.$index]
@@ -519,7 +519,7 @@
                   </template>
                 </el-table-column>
                 <el-table-column label="璁¢噺缁撴灉" min-width="10%">
-                  <template scope="scope">
+                  <template slot-scope="scope">
                     <el-select
                       v-model="
                         addFormDevice.measureLedgerList[scope.$index]
@@ -538,7 +538,7 @@
                   <template slot="header">
                     <span class="requiredclass">璁¢噺鏃ユ湡</span>
                   </template>
-                  <template scope="scope">
+                  <template slot-scope="scope">
                     <el-form-item
                       :prop="
                         `measureLedgerList[` + scope.$index + `].measureDate`
@@ -567,7 +567,7 @@
                   <template slot="header">
                     <span class="requiredclass">璁¢噺鏈夋晥鏈�</span>
                   </template>
-                  <template scope="scope">
+                  <template slot-scope="scope">
                     <el-form-item
                       :prop="
                         `measureLedgerList[` + scope.$index + `].planDateList`
@@ -596,7 +596,7 @@
                   </template>
                 </el-table-column>
                 <el-table-column label="鎿嶄綔" min-width="10%">
-                  <template scope="scope">
+                  <template slot-scope="scope">
                     <el-button
                       type="text"
                       size="mini"

--
Gitblit v1.9.3