修复门诊医生站,医嘱tab表格布局错误问题。
This commit is contained in:
@@ -1103,7 +1103,7 @@
|
||||
</template>
|
||||
<div
|
||||
v-else
|
||||
style="display: flex; align-items: center; gap: 8px;"
|
||||
style="display: flex; align-items: center; justify-content: center; gap: 8px;"
|
||||
>
|
||||
<el-icon color="var(--el-color-primary)">
|
||||
<Memo />
|
||||
@@ -1161,6 +1161,7 @@
|
||||
title="单次剂量"
|
||||
align="center"
|
||||
field=""
|
||||
width="120"
|
||||
>
|
||||
<template #default="scope">
|
||||
<template v-if="scope.row.isEdit">
|
||||
@@ -1191,6 +1192,7 @@
|
||||
title="总量"
|
||||
align="center"
|
||||
field=""
|
||||
width="100"
|
||||
>
|
||||
<template #default="scope">
|
||||
<template v-if="scope.row.isEdit">
|
||||
@@ -1216,7 +1218,7 @@
|
||||
align="right"
|
||||
field=""
|
||||
header-align="center"
|
||||
width="100"
|
||||
width="120"
|
||||
>
|
||||
<template #default="scope">
|
||||
<template v-if="scope.row.isEdit">
|
||||
@@ -1238,7 +1240,7 @@
|
||||
title="药房/科室"
|
||||
align="center"
|
||||
field=""
|
||||
width="200"
|
||||
width="150"
|
||||
>
|
||||
<template #default="scope">
|
||||
<template v-if="scope.row.isEdit">
|
||||
|
||||
Reference in New Issue
Block a user