fix: BUG修改

This commit is contained in:
kun 2024-04-02 17:57:36 +08:00
parent bba6e1cf75
commit 300bb8d7a1

View File

@ -166,11 +166,9 @@
}}</span>
<span
class="width_65"
v-for="(item, index) in $t(
'message.companyDiagram.PROJECTTYPE'
)"
v-for="(item, index) in projectTypeList"
:key="index"
v-if="projectDetail.projectType == item.id"
v-if="projectDetail.projectType == item.data"
>{{ item.name }}</span
>
</div>