单应用项目,可以创建很多独立工具类页面 ,不用登录 初始化的页面
zhangchen
2025-07-08 c8ce479f43820be206b1363799ea074a1c7bdd14
src/components/doctorAdvice/index.vue
@@ -1,5 +1,5 @@
<template>
  <div class="doctor_advice_container" :style="{ height: height + 'px' }">
  <div class="doctor_advice_container" :style="{ height: height }">
    <div class="doctor_advice_list">
      <div
        v-for="(item, index) in drugOrders"
@@ -32,8 +32,8 @@
  props: {
    // 容器的高度
    height: {
      type: Number,
      default: 0,
      type: String,
      default: '100%',
    },
    // 医嘱列表
    list: {