项目添加外部人员角色禁用提示国际化
parent
437b4377ed
commit
efab56f6bd
|
@ -407,7 +407,7 @@
|
||||||
<el-tooltip
|
<el-tooltip
|
||||||
class="item"
|
class="item"
|
||||||
effect="dark"
|
effect="dark"
|
||||||
:content="$t('trials:staff:tip:userTypeDisabled')"
|
:content="$t('trials:staff:tip:userTypeSysDisabled')"
|
||||||
placement="top"
|
placement="top"
|
||||||
style="margin-right: 3px"
|
style="margin-right: 3px"
|
||||||
v-if="scope.row.IsUserRoleDisabled"
|
v-if="scope.row.IsUserRoleDisabled"
|
||||||
|
|
Loading…
Reference in New Issue