From 8eef54d67522f078266a54f0c0596b67c012e6d6 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期二, 29 八月 2023 14:34:05 +0800
Subject: [PATCH] bug

---
 src/views/laboratory/measure/Add.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/laboratory/measure/Add.vue b/src/views/laboratory/measure/Add.vue
index 224b34e..0533251 100644
--- a/src/views/laboratory/measure/Add.vue
+++ b/src/views/laboratory/measure/Add.vue
@@ -40,7 +40,7 @@
         <el-col style="width:93%;height: 20vh;margin-top: 30px; margin-left: 40px;">
             <el-button icon="el-icon-plus" @click="addcodePointsTable()" style="margin-bottom: 10px;"
                 type="primary">鏂板璁¢噺</el-button>
-            <el-table ref="codePointsTable" :cell-style="{ textAlign: 'center' }"
+            <el-table max-height="300" ref="codePointsTable" :cell-style="{ textAlign: 'center' }"
                 :header-cell-style="{ border: '0px', background: '#f5f7fa', color: '#606266', boxShadow: 'inset 0 1px 0 #ebeef5', textAlign: 'center' }"
                 :data="codePointsTable" style="width: 100%">
                 <el-table-column type="index" v-model="codePointsTable.index" label="搴忓彿" min-width="90" />
@@ -140,7 +140,6 @@
         res.data.instrumentList.forEach(item => {
             this.insList.push({ label: item.equipmentName, value: item.id })
         })
-        console.log(this.insList);
     },
     methods: {
         addcodePointsTable() {

--
Gitblit v1.9.3