fix: BUG修改
This commit is contained in:
parent
bba6e1cf75
commit
300bb8d7a1
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user