598 【住院医生工作站-临床医嘱】临床医嘱列表缺少“开嘱医生”列,无法追溯责任医生
This commit is contained in:
@@ -142,9 +142,9 @@
|
|||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
</vxe-column>
|
</vxe-column>
|
||||||
<vxe-column title="开嘱医生" align="center" field="createdStaffName" width="120">
|
<vxe-column title="开嘱医生" align="center" field="requesterId_dictText" width="120">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
{{ scope.row.createdStaffName || '-' }}
|
{{ scope.row.requesterId_dictText || '-' }}
|
||||||
</template>
|
</template>
|
||||||
</vxe-column>
|
</vxe-column>
|
||||||
<vxe-column title="开始时间" align="center" field="startTime" width="200">
|
<vxe-column title="开始时间" align="center" field="startTime" width="200">
|
||||||
|
|||||||
Reference in New Issue
Block a user