修复
104 系统管理-》业务规则配置-》取药科室配置:开立科室字段内容显示不全
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user