feat(admin): v3.5.12 大屏BGM、中文展示、分类删除修复与侧栏顺序

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-26 10:54:19 +08:00
parent 3afbdfe6b9
commit 58a8b47532
23 changed files with 773 additions and 111 deletions
+2 -1
View File
@@ -39,6 +39,7 @@ import {
ORDER_STATUS_OPERATOR_LABELS,
fmtTime,
} from '../lib/constants';
import { zhRemark } from '../lib/display-labels';
import { FULFILLMENT_HOLD_REASON_LABELS } from '@dukang/shared-types';
import ProxyOrderModal from '../components/ProxyOrderModal';
import OrderTrackDrawer from '../components/OrderTrackDrawer';
@@ -1210,7 +1211,7 @@ export default function OrdersPage() {
{
title: '备注',
dataIndex: 'remark',
render: (v) => v || '—',
render: (v) => zhRemark(v),
},
{
title: '时间',