feat(order): 更新订单页面表单内容与提示信息

- 修改页面提示标题为"欢迎留言"
- 简化表单字段,移除产品选择、参考链接及文件上传功能
- 调整表单布局和标签文案,统一使用"留言标题"和"留言内容"
- 更新内容输入框的占位符文本
- 修改必填项验证提示信息,适配新的留言场景
This commit is contained in:
2025-12-23 23:29:51 +08:00
parent 370dc69948
commit bdcb779cf8
4 changed files with 74 additions and 13 deletions

View File

@@ -73,5 +73,6 @@ export interface CmsOrderParam extends PageParam {
orderId?: number;
websiteId?: number;
isSettled?: boolean;
sceneType?: string;
keywords?: string;
}