104 系统管理-》业务规则配置-》取药科室配置:开立科室字段内容显示不全
This commit is contained in:
huabuweixin
2026-01-21 10:02:04 +08:00
parent b88ad89146
commit 73b1d01044

View File

@@ -44,6 +44,7 @@
align="center"
key="name"
prop="name"
width="300"
:show-overflow-tooltip="true"
>
<template #default="scope">
@@ -51,8 +52,10 @@
<el-select
v-model="scope.row.organizationId"
placeholder="请选择"
:class="{ 'error-border': scope.row.error }"
clearable
style="width: 200px"
:class="{ 'error-border': scope.row.error }"
filterable
>
<el-option
v-for="item in departmentOptions"