单应用项目,可以创建很多独立工具类页面 ,不用登录 初始化的页面
zhangchen
2025-07-31 50cad200be31339ddb98833da16fe88a3c6e00cb
src/views/mobile/bedsideAuxiliaryScreen/pages/UnderTreatment.vue
@@ -133,7 +133,7 @@
            </div>
          </Card>
          <Card
            title="KTV监测"
            title="Kt/V监测"
            :icon="xinLv2Img"
            background-color="#ffffff"
            class="mini-card left-row3-col2"
@@ -144,7 +144,7 @@
            </div>
          </Card>
          <Card
            title="KTV趋势图"
            title="Kt/V趋势图"
            :icon="xinLv2Img"
            background-color="#ffffff"
            class="mini-card ktv-card left-row3-col3"
@@ -208,7 +208,7 @@
                <span class="item-left"
                  >平均脱水量:{{ pageData.averageDehydrationRate }} L</span
                >
                <span class="item-right">(最近3周9次)</span>
                <span class="item-right">(最近9次)</span>
              </div>
              <div class="dehydrated-level-item">
                <div class="item-left">
@@ -268,7 +268,7 @@
            <div class="progress-box">
              <div class="item-num">
                {{ pageData.currentDehydrationVolume }}/{{
                  pageData.currentDehydrationVolume
                  pageData.prescriptionDehydrationVolume
                }}({{ pageData.currentUltrafiltrationRate }})
              </div>
              <ProgressBar
@@ -530,7 +530,7 @@
  const option = {
    grid: [
      { top: "5%", height: "28%", left: 40, right: 20, containLabel: true },
      { top: "15%", height: "28%", left: 40, right: 20, containLabel: true },
      { top: "35%", height: "28%", left: 40, right: 20, containLabel: true },
      { top: "65%", height: "28%", left: 40, right: 20, containLabel: true },
    ],