修复门诊医生站,医嘱tab表格布局错误问题。

This commit is contained in:
wangjian963
2026-06-16 10:35:09 +08:00
parent f93bec967a
commit 8eb6feb70d

View File

@@ -1103,7 +1103,7 @@
</template> </template>
<div <div
v-else 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)"> <el-icon color="var(--el-color-primary)">
<Memo /> <Memo />
@@ -1161,6 +1161,7 @@
title="单次剂量" title="单次剂量"
align="center" align="center"
field="" field=""
width="120"
> >
<template #default="scope"> <template #default="scope">
<template v-if="scope.row.isEdit"> <template v-if="scope.row.isEdit">
@@ -1191,6 +1192,7 @@
title="总量" title="总量"
align="center" align="center"
field="" field=""
width="100"
> >
<template #default="scope"> <template #default="scope">
<template v-if="scope.row.isEdit"> <template v-if="scope.row.isEdit">
@@ -1216,7 +1218,7 @@
align="right" align="right"
field="" field=""
header-align="center" header-align="center"
width="100" width="120"
> >
<template #default="scope"> <template #default="scope">
<template v-if="scope.row.isEdit"> <template v-if="scope.row.isEdit">
@@ -1238,7 +1240,7 @@
title="药房/科室" title="药房/科室"
align="center" align="center"
field="" field=""
width="200" width="150"
> >
<template #default="scope"> <template #default="scope">
<template v-if="scope.row.isEdit"> <template v-if="scope.row.isEdit">