From 18c1c2833377e85b6042c0622ddf67becaf3bacb Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 05 九月 2025 11:04:08 +0800 Subject: [PATCH] feat: 页面 --- src/constants/apiEnum.ts | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/constants/apiEnum.ts b/src/constants/apiEnum.ts index 1045c37..281da50 100644 --- a/src/constants/apiEnum.ts +++ b/src/constants/apiEnum.ts @@ -133,9 +133,11 @@ /** 浼佷笟閽卞寘浠h繘浠跺崟鐘舵�� */ export enum EnumEnterpriseWalletExpandindirectOrderStatus { + /**鏈繘浠� */ + Wait = 1, /**瀹℃壒涓� */ PROCESSING = 10, - /**宸茬敓鏁� */ + /**宸茶繘浠� */ VALID = 20, /**瀹℃壒涓嶉�氳繃 */ INVALID = 30, @@ -147,6 +149,8 @@ /** 浼佷笟閽卞寘绛剧害鐘舵�� */ export enum EnumEnterpriseWalletSignStatus { + /**鏈绾� */ + Wait = 1, /**鐢宠涓� */ Apply = 10, /**宸茬绾� */ -- Gitblit v1.9.1