qx
qx
2025-06-19 2767c4c422c39bb26ee92d5c841b094ce12df4c6
src/views/doctor/inspectCheck/index.vue
@@ -55,6 +55,7 @@
    <span class="highlight">姓名:{{ infoList.tjCustomerName || "暂无" }}</span>
    <span class="highlight">性别:{{ infoList.tjCustomerSex == 0 ? "男" : infoList.tjCustomerSex == 1 ? "女" : "暂无" }}</span>
    <span class="highlight">年龄:{{ infoList.tjCustomerAge || "暂无" }}</span>
    <span class="highlight">门诊号:{{ infoList.cardId || "暂无" }}</span>
  </h3>
</div>
    <el-table border height="350" ref="tab1" :data="checkList" v-loading="loading" style="width: 100%"