xiaochan il y a 10 mois
Parent
commit
7e4d0e4215
2 fichiers modifiés avec 2 ajouts et 5 suppressions
  1. 2 2
      src/views/archive/components/JianYan.vue
  2. 0 3
      src/views/archive/index.vue

+ 2 - 2
src/views/archive/components/JianYan.vue

@@ -48,8 +48,8 @@ const Table = props => {
 
 <template>
   <div style="width: 220px">
-    <Table name="生化单" :data="root.cache.jianYan.biochemicalSingle" />
-    <Table name="常规" :data="root.cache.jianYan.routine" />
+    <Table name="常规" :data="root.cache.jianYan.biochemicalSingle" />
+    <Table name="生化单" :data="root.cache.jianYan.routine" />
   </div>
 </template>
 

+ 0 - 3
src/views/archive/index.vue

@@ -48,11 +48,8 @@ watch(
       <Aside />
       <div class="layout_main">
         <Component :is="mainComp" />
-        <div>下一章</div>
       </div>
       <Component :is="leftComp" style="margin-left: 10px" />
     </div>
   </div>
 </template>
-
-<style lang="scss"></style>