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>
<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>