feat: 更新过滤器列,替换团队层级为是否启用选项
This commit is contained in:
@@ -165,15 +165,15 @@ const columns: TableBaseColumns = [
|
||||
|
||||
const filterColumns: TableFilterColumns = [
|
||||
{
|
||||
key: 'depth',
|
||||
title: '团队层级',
|
||||
key: 'isActive',
|
||||
title: '是否启用',
|
||||
component: NSelect,
|
||||
componentProps: {
|
||||
options: [
|
||||
{ label: '一级', value: '1' },
|
||||
{ label: '二级', value: '2' },
|
||||
{ label: '三级', value: '3' }
|
||||
]
|
||||
{ label: '是', value: true },
|
||||
{ label: '否', value: false }
|
||||
],
|
||||
clearable: true
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user