| | |
| | | <span class="text-group_3">时间进度</span> |
| | | </div> |
| | | </div> |
| | | <div style="height: 90%; text-align: center;font-weight: 600;font-size: 45px;color: #333333;" class="grid-container" > |
| | | <div style="height: 90%; text-align: center;font-weight: 600;font-size: 40px;color: #333333;" class="grid-container" > |
| | | <div> |
| | | <span style="color: #303133">{{ |
| | | jgTime4(deviceData.iot_透析时间) |
| | |
| | | <div> |
| | | <el-progress |
| | | :text-inside="true" |
| | | :stroke-width="25" |
| | | :stroke-width="15" |
| | | :show-text="false" |
| | | color="#70A3DD" |
| | | :percentage="(Number(deviceData.iot_透析时间)/(Number(deviceData.透析处方的时长)*60))*100" |
| | |
| | | <span class="text-group_3">超滤进度</span> |
| | | </div> |
| | | </div> |
| | | <div style="height: 90%; text-align: center;font-weight: 600;font-size: 45px;color: #8079CB;" class="grid-container" > |
| | | <div style="height: 90%; text-align: center;font-weight: 600;font-size: 40px;color: #8079CB;" class="grid-container" > |
| | | <div> |
| | | <span style="color: #303133">{{ |
| | | Number(deviceData.iot_当前脱水量).toFixed(1) |
| | |
| | | <div> |
| | | <el-progress |
| | | :text-inside="true" |
| | | :stroke-width="25" |
| | | :stroke-width="15" |
| | | :show-text="false" |
| | | color="#70CAAE" |
| | | :percentage=" Number(deviceData.iot_当前脱水量)/Number(deviceData.处方脱水量)*100" |