From 0729d081091e611d2a1a5946ecaffbedefdd3010 Mon Sep 17 00:00:00 2001 From: jingrow Date: Sat, 2 Aug 2025 21:49:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=9F=E5=90=8D=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E8=BF=87=E6=BB=A4=E6=A0=8F=E5=88=A0=E9=99=A4=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=BB=AD=E8=B4=B9=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src2/objects/domain.js | 10 ---------- 1 file changed, 10 deletions(-) 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' } - ] } ]; },