diff --git a/dashboard/src2/objects/domain.js b/dashboard/src2/objects/domain.js index 3c3dcec..ca33d56 100644 --- a/dashboard/src2/objects/domain.js +++ b/dashboard/src2/objects/domain.js @@ -49,16 +49,6 @@ export default { { label: '已暂停', value: 'Suspended' }, { label: '已取消', value: 'Cancelled' } ] - }, - { - type: 'select', - label: '自动续费', - fieldname: 'auto_renew', - options: [ - { label: '', value: '' }, - { label: '是', value: '1' }, - { label: '否', value: '0' } - ] } ]; },