|
@@ -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>
|
|
|
|