eight
2025-04-11 22a9a5fe525fb893ecaa8d4a8bfb65169ce02fc4
src/views/ecg/appointment/index.vue
@@ -147,7 +147,7 @@
      </el-table-column>
      <el-table-column label="预约检查类型" align="center" prop="bookCheckType" min-width="120px">
        <template #default="scope">
          {{checkTypeStore.getCheckTypeName(scope.row.bookCheckType)}}
          {{getCheckTypeName(scope.row.bookCheckType)}}
        </template>
      </el-table-column>
      <el-table-column label="生日" align="center" prop="patBirthday" :formatter="dateFormatter2" width="110px"/>