From 895d19a47edd706b7bc5cc1d647b8be8e51f134f Mon Sep 17 00:00:00 2001 From: jingrow Date: Sat, 2 Aug 2025 21:52:23 +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=E7=8A=B6=E6=80=81=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src2/objects/domain.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dashboard/src2/objects/domain.js b/dashboard/src2/objects/domain.js index ca33d56..6ee8f19 100644 --- a/dashboard/src2/objects/domain.js +++ b/dashboard/src2/objects/domain.js @@ -43,11 +43,8 @@ export default { fieldname: 'status', options: [ { label: '', value: '' }, - { label: '待处理', value: 'Pending' }, { label: '正常', value: 'Active' }, - { label: '已过期', value: 'Expired' }, - { label: '已暂停', value: 'Suspended' }, - { label: '已取消', value: 'Cancelled' } + { label: '已过期', value: 'Expired' } ] } ];