update 工作组名称点击事件
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
<template slot="projectName" slot-scope="text, record">
|
<template slot="projectName" slot-scope="text, record">
|
||||||
<a-tooltip>
|
<a-tooltip>
|
||||||
<template slot="title">{{ text }}</template>
|
<template slot="title">{{ text }}</template>
|
||||||
<div class="primary-color text-over">{{ text }}</div>
|
<div class="primary-color text-over" @click="goMemberUnitMaintenance(record)">{{ text }}</div>
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
<!-- <j-ellipsis-->
|
<!-- <j-ellipsis-->
|
||||||
<!-- class="primary-color"-->
|
<!-- class="primary-color"-->
|
||||||
@@ -381,5 +381,6 @@ export default {
|
|||||||
.text-over {
|
.text-over {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user