域名列表页过滤栏删除自动续费字段
This commit is contained in:
parent
3143a98ade
commit
0729d08109
@ -49,16 +49,6 @@ export default {
|
|||||||
{ label: '已暂停', value: 'Suspended' },
|
{ label: '已暂停', value: 'Suspended' },
|
||||||
{ label: '已取消', value: 'Cancelled' }
|
{ label: '已取消', value: 'Cancelled' }
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
type: 'select',
|
|
||||||
label: '自动续费',
|
|
||||||
fieldname: 'auto_renew',
|
|
||||||
options: [
|
|
||||||
{ label: '', value: '' },
|
|
||||||
{ label: '是', value: '1' },
|
|
||||||
{ label: '否', value: '0' }
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user