修改榕图后台人员实时动态显示问题
This commit is contained in:
parent
300bb8d7a1
commit
fb258da9d2
@ -106,7 +106,7 @@
|
||||
:label="$t('message.laborMange.belongsToTeam')"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<div v-if="scope.row.teamName != ''">
|
||||
<div v-if="scope.row.teamName">
|
||||
<span>{{ $t('message.POverview.team') }}:</span>
|
||||
{{ scope.row.teamName }}
|
||||
</div>
|
||||
@ -330,7 +330,7 @@
|
||||
:label="$t('message.laborMange.belongsToTeam')"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<div v-if="scope.row.teamName != ''">
|
||||
<div v-if="scope.row.teamName">
|
||||
<span>{{ $t('message.POverview.team') }}:</span>
|
||||
{{ scope.row.teamName }}
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user