This commit is contained in:
2024-07-16 17:07:42 +08:00
parent 5c1ce99576
commit 39fab7d9ef

View File

@ -171,7 +171,8 @@
<el-collapse-item title="子路径" name="2">
<div v-for="item in informationlist.childRouteList" :key="item.id">
<div class="zljtitle">
{{ item.routeName }} <span v-if="!informationlist.conditionSatisfyStatus"
{{ item.routeName }}
<span v-if="!item.conditionSatisfyStatus"
style="color: red">(不符合条件)</span>
</div>
<el-table :data="item.nodeList" style="width: 100%">