fix: BUG修改
This commit is contained in:
parent
bba6e1cf75
commit
300bb8d7a1
@ -166,11 +166,9 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
<span
|
<span
|
||||||
class="width_65"
|
class="width_65"
|
||||||
v-for="(item, index) in $t(
|
v-for="(item, index) in projectTypeList"
|
||||||
'message.companyDiagram.PROJECTTYPE'
|
|
||||||
)"
|
|
||||||
:key="index"
|
:key="index"
|
||||||
v-if="projectDetail.projectType == item.id"
|
v-if="projectDetail.projectType == item.data"
|
||||||
>{{ item.name }}</span
|
>{{ item.name }}</span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user