summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/constants/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/src/constants/constants.ts')
-rw-r--r--usecaseui-portal/src/constants/constants.ts18
1 files changed, 18 insertions, 0 deletions
diff --git a/usecaseui-portal/src/constants/constants.ts b/usecaseui-portal/src/constants/constants.ts
new file mode 100644
index 00000000..46d9f7c4
--- /dev/null
+++ b/usecaseui-portal/src/constants/constants.ts
@@ -0,0 +1,18 @@
+export const TASK_PROCESSING_STATUS = [
+ {
+ title: '规划阶段',
+ value: 'Planning'
+ },
+ {
+ title: '审核阶段',
+ value: 'Waiting to Confirm'
+ },
+ {
+ title: '切片创建中',
+ value: 'Creating'
+ },
+ {
+ title: '创建完成',
+ value: 'Completed'
+ }
+ ] \ No newline at end of file