From 4d8049330f1378c87115a7fcb66265f815b49801 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 13 九月 2023 16:52:06 +0800
Subject: [PATCH] modified: src/assets/api/controller.js modified: src/components/view/standard-table/material.vue 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