refactor(Coupon): simplify the checkbox usage (#12771)

This commit is contained in:
neverland
2024-04-06 22:01:01 +08:00
committed by GitHub
parent 3a524e831b
commit fd89f715a4
6 changed files with 65 additions and 71 deletions
-2
View File
@@ -53,7 +53,6 @@ export function initDemoLocale() {
disabled: '禁用状态',
uneditable: '不可编辑',
basicUsage: '基础用法',
checkboxUsage: '多选用法',
usingUrl: '使用图片 URL',
advancedUsage: '高级用法',
loadingStatus: '加载状态',
@@ -81,7 +80,6 @@ export function initDemoLocale() {
disabled: 'Disabled',
uneditable: 'Uneditable',
basicUsage: 'Basic Usage',
checkboxUsage: 'Checkbox Usage',
usingUrl: 'Using URL',
advancedUsage: 'Advanced Usage',
loadingStatus: 'Loading',