From add7a64f33833638304abeb87350965bc62d0fee Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期一, 28 八月 2023 14:31:16 +0800
Subject: [PATCH] 	modified:   src/views/laboratory/measure/Add.vue 	modified:   src/views/laboratory/role/index.vue

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