Commit 00e2ae63 authored by 小费同学阿's avatar 小费同学阿 💬

67499 病历管理-编辑-药品名称超长时显示折行了

parent c83ee6c7
...@@ -508,7 +508,12 @@ color: #333333;" ...@@ -508,7 +508,12 @@ color: #333333;"
label-width="0" label-width="0"
> >
<el-table style="cursor: pointer;" :data="stockDispenseOutboundList" :header-cell-style="{ background:'#F4F4F4'}"> <el-table style="cursor: pointer;" :data="stockDispenseOutboundList" :header-cell-style="{ background:'#F4F4F4'}">
<el-table-column align="left" label="药品名称" prop="drugId"> <el-table-column
align="left"
label="药品名称"
prop="drugId"
:show-overflow-tooltip="true"
>
<template slot-scope="scope"> <template slot-scope="scope">
<el-form-item <el-form-item
v-if="scope.row.inputShow" v-if="scope.row.inputShow"
...@@ -539,7 +544,7 @@ color: #333333;" ...@@ -539,7 +544,7 @@ color: #333333;"
}}</span> }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="left" label="开药日期" prop="createTime"> <el-table-column :show-overflow-tooltip="true" align="left" label="开药日期" prop="createTime">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.inputShow">-</span> <span v-if="scope.row.inputShow">-</span>
<span v-else> <span v-else>
...@@ -547,7 +552,7 @@ color: #333333;" ...@@ -547,7 +552,7 @@ color: #333333;"
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="left" label="处方数量" prop="recipelNum"> <el-table-column :show-overflow-tooltip="true" align="left" label="处方数量" prop="recipelNum">
<template slot-scope="scope"> <template slot-scope="scope">
<el-form-item <el-form-item
v-if="scope.row.inputShow" v-if="scope.row.inputShow"
...@@ -570,7 +575,7 @@ color: #333333;" ...@@ -570,7 +575,7 @@ color: #333333;"
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="left" label="用法" prop="remark"> <el-table-column :show-overflow-tooltip="true" align="left" label="用法" prop="remark">
<template slot-scope="scope"> <template slot-scope="scope">
<el-form-item <el-form-item
v-if="scope.row.inputShow" v-if="scope.row.inputShow"
...@@ -589,14 +594,14 @@ color: #333333;" ...@@ -589,14 +594,14 @@ color: #333333;"
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="left" label="销售数量" prop="sallNum"> <el-table-column :show-overflow-tooltip="true" align="left" label="销售数量" prop="sallNum">
<template slot-scope="scope"> <template slot-scope="scope">
<span> <span>
{{ getSallNum(scope.row) }} {{ getSallNum(scope.row) }}
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="left" label="取药状态" prop="status"> <el-table-column :show-overflow-tooltip="true" align="left" label="取药状态" prop="status">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.inputShow">-</span> <span v-if="scope.row.inputShow">-</span>
<span v-else> <span v-else>
...@@ -606,7 +611,7 @@ color: #333333;" ...@@ -606,7 +611,7 @@ color: #333333;"
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="left" label="缴费状态" prop="payType"> <el-table-column :show-overflow-tooltip="true" align="left" label="缴费状态" prop="payType">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.inputShow">-</span> <span v-if="scope.row.inputShow">-</span>
<span <span
...@@ -619,11 +624,11 @@ color: #333333;" ...@@ -619,11 +624,11 @@ color: #333333;"
</el-table-column> </el-table-column>
<el-table-column <el-table-column
v-if="isEdit" v-if="isEdit"
:show-overflow-tooltip="true"
align="left" align="left"
class-name="small-padding fixed-width" class-name="small-padding fixed-width"
label="操作" label="操作"
min-width="180" min-width="180"
show-overflow-tooltip
> >
<!-- :disabled="!checkPermi(['finance:drug:list'])"--> <!-- :disabled="!checkPermi(['finance:drug:list'])"-->
...@@ -709,7 +714,7 @@ color: #333333;" ...@@ -709,7 +714,7 @@ color: #333333;"
:data="checkManageBos" :data="checkManageBos"
:header-cell-style="{ background:'#F4F4F4'}" :header-cell-style="{ background:'#F4F4F4'}"
> >
<el-table-column align="left" label="检查类型" prop="checkType"> <el-table-column :show-overflow-tooltip="true" align="left" label="检查类型" prop="checkType">
<template slot-scope="scope"> <template slot-scope="scope">
<el-form-item <el-form-item
v-if="scope.row.inputShow" v-if="scope.row.inputShow"
...@@ -739,7 +744,7 @@ color: #333333;" ...@@ -739,7 +744,7 @@ color: #333333;"
/> />
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="left" label="检查项目" prop="checkItemsName"> <el-table-column :show-overflow-tooltip="true" align="left" label="检查项目" prop="checkItemsName">
<template slot-scope="scope"> <template slot-scope="scope">
<el-form-item <el-form-item
v-if="scope.row.inputShow" v-if="scope.row.inputShow"
...@@ -774,7 +779,7 @@ color: #333333;" ...@@ -774,7 +779,7 @@ color: #333333;"
}}</span> }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="left" label="检查设备" prop="checkSchedule"> <el-table-column :show-overflow-tooltip="true" align="left" label="检查设备" prop="checkSchedule">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.inputShow">-</span> <span v-if="scope.row.inputShow">-</span>
<span v-else> <span v-else>
...@@ -782,7 +787,7 @@ color: #333333;" ...@@ -782,7 +787,7 @@ color: #333333;"
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="left" label="检查状态" prop="checkSchedule"> <el-table-column :show-overflow-tooltip="true" align="left" label="检查状态" prop="checkSchedule">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.inputShow">-</span> <span v-if="scope.row.inputShow">-</span>
<span v-else> <span v-else>
...@@ -790,7 +795,7 @@ color: #333333;" ...@@ -790,7 +795,7 @@ color: #333333;"
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="left" label="检查日期" prop="reportTime"> <el-table-column :show-overflow-tooltip="true" align="left" label="检查日期" prop="reportTime">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.inputShow">-</span> <span v-if="scope.row.inputShow">-</span>
<span v-else> <span v-else>
...@@ -798,7 +803,7 @@ color: #333333;" ...@@ -798,7 +803,7 @@ color: #333333;"
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="left" label="检查报告" prop="shadowReport" show-overflow-tooltip> <el-table-column :show-overflow-tooltip="true" align="left" label="检查报告" prop="shadowReport">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.inputShow || !scope.row.shadowReport">-</span> <span v-if="scope.row.inputShow || !scope.row.shadowReport">-</span>
<span v-else> <span v-else>
...@@ -812,7 +817,7 @@ color: #333333;" ...@@ -812,7 +817,7 @@ color: #333333;"
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="left" label="缴费状态" prop="payType"> <el-table-column :show-overflow-tooltip="true" align="left" label="缴费状态" prop="payType">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.inputShow">-</span> <span v-if="scope.row.inputShow">-</span>
<span <span
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment