Browse Source

眼轴变化图问题修复

360view
bianyaqi 2 years ago
parent
commit
76e1dfdffa
  1. 2
      src/page-subspecialty/views/modules/optometryManagement/seeDoctor/eyeAxis.vue

2
src/page-subspecialty/views/modules/optometryManagement/seeDoctor/eyeAxis.vue

@ -1,6 +1,6 @@
<template>
<div v-loading="loading">
<div v-if="this.chartData.length" :id="idName" ref="yanyaRef" :style="{ height: height, width: width }" />
<div v-if="chartData.length" :id="idName" ref="yanyaRef" :style="{ height: height, width: width }" />
<div
v-else
style="height: 100%;background: #fff;display: flex;align-items: center;justify-content: center"

Loading…
Cancel
Save