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