zouyu
2023-08-28 654574f7bd0c818854e0f9f629e719aaac9b95db
src/views/laboratory/measure/index.vue
@@ -157,7 +157,7 @@
          </el-col>
        </el-col>
        <el-col style="width:93%;height: 20vh;margin-top: 30px; margin-left: 40px;">
          <el-table :data="measureData">
          <el-table max-height="300" :data="measureData">
            <el-table-column type="index" label="序号" />
            <el-table-column prop="equipmentCode" label="仪器设备编号" />
            <el-table-column prop="equipmentName" label="仪器设备名称" />
@@ -388,6 +388,7 @@
    },
    async handleSizeChangePlan(num) {
      this.pageSizePlan = num
      this.currentPagePlan=1
      await this.limitGetPlanMeasureInstrument()
    },
    async handleCurrentChangePllan(num) {