From cb44cab30ca6b51d4488c66d7db911deecf4dbea Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期一, 11 九月 2023 09:35:53 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.22:9001/r/mom-before

---
 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