修复状态显示异常

This commit is contained in:
aixianling
2022-08-22 15:24:36 +08:00
parent 41810a8b80
commit e7fb16bd70

View File

@@ -235,7 +235,7 @@ export default {
{prop: 'departmentNames', label: '部门'},
{prop: 'mobile', label: '手机号'},
{slot: 'tags', label: '标签'},
{prop: 'status', label: '账号状态', align: 'center', formart: v => v === 1 ? '已激活' : '未激活'}
{prop: 'status', label: '账号状态', align: 'center', formart: v => v == 1 ? '已激活' : '未激活'}
],
defaultProps: {
children: 'children',