mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 03:02:19 +08:00
refactor: add "empty" and "not empty" options to checkbox field linkage conditions (#7073)
This commit is contained in:
parent
42151a4d21
commit
85024d36ee
@ -242,6 +242,8 @@ export const boolean = [
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{ label: "{{ t('is empty') }}", value: '$empty', noValue: true },
|
||||||
|
{ label: "{{ t('is not empty') }}", value: '$notEmpty', noValue: true },
|
||||||
];
|
];
|
||||||
|
|
||||||
export const tableoid = [
|
export const tableoid = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user