Browse Source

11月26 检验检查

yq1 4 months ago
parent
commit
a9b96df173
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/user/components/PatientSidebar.vue

+ 1 - 1
src/xt_pages/user/components/PatientSidebar.vue View File

@@ -41,7 +41,7 @@
41 41
       >
42 42
       </el-tree>
43 43
     </div>
44
-    <div class="patient-app-container " :style="{width:(treeKey!='3-4'&& treeKey!='3-5')?'100vw':''}">
44
+    <div class="patient-app-container " :style="{width:(treeKey=='3-3')?'100vw':''}">
45 45
       <span class="patient-name"
46 46
         >姓名:{{ currentPatient.name }} &nbsp;&nbsp; 性别:{{
47 47
           tranSex(currentPatient.gender)