update 工作组名称点击事件

This commit is contained in:
zhaoxiao
2022-02-25 10:27:21 +08:00
parent 29a945bfc7
commit d41c3d20d1
@@ -77,7 +77,7 @@
<template slot="projectName" slot-scope="text, record">
<a-tooltip>
<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>
<!-- <j-ellipsis-->
<!-- class="primary-color"-->
@@ -381,5 +381,6 @@ export default {
.text-over {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
</style>