王震
2023-08-30 23d29d43b8fd1022464814da2f9b05be13c3c24f
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"