DESKTOP-MINPJAU\Administrator 3 ani în urmă
părinte
comite
8c95dc63dd

+ 6 - 4
src/components/si-sheet-upload/jieSuanDanDaYing.vue

@@ -9,7 +9,8 @@
     <br/>
     <div id="setl">
       <div id="setl1">
-        <h2 style="text-align: center"><span style="text-decoration: underline">湖南省</span>长沙市医疗保障基金结算清单</h2>
+        <h2 style="text-align: center"><span style="text-decoration: underline">湖南省</span>长沙市医疗保障基金结算清单
+        </h2>
         <div class="tanXingHeZiHeng">
           <!--    1    -->
           <div class="tanXingHeZiShu" style="justify-content: end">
@@ -456,9 +457,9 @@
                   <td>{{ item.ssbm }}</td>
                   <td>{{ maZuiName(item.mzff) }}</td>
                   <td>{{ item.ssysName }}</td>
-                  <td>{{ item.operDrCode === null ? item.ssys : item.operDrCode }}</td>
+                  <td>{{ item.operDrCode }}</td>
                   <td>{{ item.mzysName }}</td>
-                  <td>{{ item.anstDrCode === null ? item.mzys : item.anstDrCode }}</td>
+                  <td>{{ item.anstDrCode }}</td>
                 </tr>
               </table>
               <div style="display: flex; justify-content: space-between">
@@ -583,7 +584,8 @@
               </div>
             </div>
 
-            <div class="tanXingHeZiHeng div-border-bottom" style="margin-bottom: 4px">3.转社区、转卫生院机构, 4.非医嘱离院 5.死亡 9.其他
+            <div class="tanXingHeZiHeng div-border-bottom" style="margin-bottom: 4px">3.转社区、转卫生院机构, 4.非医嘱离院
+              5.死亡 9.其他
             </div>
 
             <div class="tanXingHeZiHeng div-border-bottom">

+ 2 - 2
src/layout/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <el-container style="height: 100vh" >
+  <el-container style="height: 100vh">
     <div class="mask" v-show="!isCollapse && !contentFullScreen" @click="hideMenu"></div>
     <el-aside :width="isCollapse ? '50px' : '260px'"
               class="layout_aside"
@@ -74,7 +74,7 @@ onMounted(() => {
 
 
 .layout_aside {
-  margin: 16px 0 9px 16px;
+  margin: 7px 0 9px 16px;
   //height: calc(100vh - 32px);
   box-shadow: 0 0 12px rgba(0, 0, 0, .12);;
   border-radius: 4px;