修复
104 系统管理-》业务规则配置-》取药科室配置:开立科室字段内容显示不全
This commit is contained in:
@@ -44,6 +44,7 @@
|
|||||||
align="center"
|
align="center"
|
||||||
key="name"
|
key="name"
|
||||||
prop="name"
|
prop="name"
|
||||||
|
width="300"
|
||||||
:show-overflow-tooltip="true"
|
:show-overflow-tooltip="true"
|
||||||
>
|
>
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
@@ -51,8 +52,10 @@
|
|||||||
<el-select
|
<el-select
|
||||||
v-model="scope.row.organizationId"
|
v-model="scope.row.organizationId"
|
||||||
placeholder="请选择"
|
placeholder="请选择"
|
||||||
:class="{ 'error-border': scope.row.error }"
|
|
||||||
clearable
|
clearable
|
||||||
|
style="width: 200px"
|
||||||
|
:class="{ 'error-border': scope.row.error }"
|
||||||
|
filterable
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in departmentOptions"
|
v-for="item in departmentOptions"
|
||||||
|
|||||||
Reference in New Issue
Block a user