| | |
| | | </template> |
| | | |
| | | <template #table-column> |
| | | <el-table-column type="index" fixed="left" prop="userInfo.realname" label="名称" width="400"> |
| | | <template #default="scope"> |
| | | <el-tooltip |
| | | effect="dark" |
| | | :content="scope.row.userInfo.realname" |
| | | placement="top-start" |
| | | :show-after="500" |
| | | <el-table-column |
| | | fixed="left" |
| | | prop="userInfo.realname" |
| | | label="名称" |
| | | :show-overflow-tooltip="true" |
| | | width="400" |
| | | > |
| | | {{ scope.row.userInfo.realname }} |
| | | </el-tooltip> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="userInfo.acountname" label="账号" width="110" /> |
| | | <el-table-column prop="sceneTypeName" label="类型" width="100" /> |