运动处方管理 超出部分显示...
This commit is contained in:
parent
0fc8cf0e30
commit
10485a08af
@ -108,7 +108,7 @@
|
||||
>
|
||||
<el-table-column type="selection" width="55" align="center" />
|
||||
<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">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.applyCrowd == 0 ? "普通" : "" }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user