eight
2024-09-29 b7313a292dfdd8d7a76b09cb8d21157a63f186f9
update
已修改2个文件
4 ■■■■ 文件已修改
src/views/ecg/callingscreen/bigscreen.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/ecg/callingscreen/roomscreen.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/ecg/callingscreen/bigscreen.vue
@@ -98,7 +98,7 @@
              label="患者姓名"
              width="80">
            <template #default="scope">
              {{ nameDesensitize(scope.row.patName) }}
              {{scope.row.seqNum}} &nbsp; {{ nameDesensitize(scope.row.patName) }}
            </template>
          </el-table-column>
          <el-table-column label="状态" align="center" prop="status" width="80">
src/views/ecg/callingscreen/roomscreen.vue
@@ -70,7 +70,7 @@
            label="患者姓名"
            width="80">
          <template #default="scope">
            {{ nameDesensitize(scope.row.patName) }}
            {{scope.row.seqNum}} &nbsp; {{ nameDesensitize(scope.row.patName) }}
          </template>
        </el-table-column>
        <el-table-column label="状态" align="center" :prop="status" width="80">