|
|
|
@ -19,14 +19,14 @@ |
|
|
|
> |
|
|
|
<font v-if="xmIteration.iterationName.length >= 15" |
|
|
|
><strong |
|
|
|
> 迭代: {{ |
|
|
|
> <el-avatar class="top-icon" icon="el-icon-connection" style="background-color:#67C23A"></el-avatar> 迭代: {{ |
|
|
|
xmIteration.iterationName.substring(0, 15) |
|
|
|
}}</strong |
|
|
|
></font |
|
|
|
> |
|
|
|
<font type="danger" v-else |
|
|
|
><strong |
|
|
|
> 迭代: {{ xmIteration.iterationName }}</strong |
|
|
|
> <el-avatar class="top-icon" icon="el-icon-connection" style="background-color:#67C23A"></el-avatar> 迭代: {{ xmIteration.iterationName }}</strong |
|
|
|
></font |
|
|
|
> |
|
|
|
</span> |
|
|
|
@ -37,10 +37,10 @@ |
|
|
|
:title="xmIteration.iterationName" |
|
|
|
> |
|
|
|
<font v-if="xmIteration.iterationName.length >= 15" |
|
|
|
> 迭代: {{ xmIteration.iterationName.substring(0, 15) }}</font |
|
|
|
> <el-avatar class="top-icon" icon="el-icon-connection" style="background-color:##67C23A"></el-avatar> 迭代: {{ xmIteration.iterationName.substring(0, 15) }}</font |
|
|
|
> |
|
|
|
<font type="danger" v-else |
|
|
|
> 迭代: {{ xmIteration.iterationName }}</font |
|
|
|
> <el-avatar class="top-icon" icon="el-icon-connection" style="background-color:##67C23A"></el-avatar> 迭代: {{ xmIteration.iterationName }}</font |
|
|
|
> |
|
|
|
</span> |
|
|
|
</el-menu-item> |
|
|
|
|