From b35b5db436944949443048ef8c83e5bc460d807a Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Mon, 7 Jul 2025 15:40:52 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E9=9A=90=E8=97=8F=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E7=8A=B6=E6=80=81=E3=80=90=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/OrderStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/OrderStore.js b/src/stores/OrderStore.js index 2e05247..16270d9 100644 --- a/src/stores/OrderStore.js +++ b/src/stores/OrderStore.js @@ -260,7 +260,7 @@ export const OrderStatusDefaultOptions = [ { value: 4, label: '等待付订金', emoji: '🛒' }, { value: 5, label: '成行', emoji: '💰' }, { value: 6, label: '丢失', emoji: '🎈' }, - { value: 7, label: '取消', emoji: '🚫' }, + // { value: 7, label: '取消', emoji: '🚫' }, // 取消要顾问确认后才能执行操作,暂时到 HT 操作 { value: 8, label: '未报价', emoji: '' }, ] export const OrderStatusDefaultOptionsMapped = OrderStatusDefaultOptions.reduce((acc, cur) => {