运动处方管理 超出部分显示...

This commit is contained in:
shidongli 2022-08-29 17:20:36 +08:00
parent 0fc8cf0e30
commit 10485a08af

View File

@ -108,7 +108,7 @@
> >
<el-table-column type="selection" width="55" align="center" /> <el-table-column type="selection" width="55" align="center" />
<el-table-column label="处方名称" align="center" prop="motionName" /> <el-table-column label="处方名称" align="center" prop="motionName" />
<el-table-column label="处方内容" align="center" prop="motionContent" /> <el-table-column label="处方内容" align="center" prop="motionContent" :show-overflow-tooltip="true"/>
<el-table-column label="适用人群" align="center" prop="applyCrowd"> <el-table-column label="适用人群" align="center" prop="applyCrowd">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.applyCrowd == 0 ? "普通" : "" }} {{ scope.row.applyCrowd == 0 ? "普通" : "" }}