From ec4d16c8a630960a4671a60f4d1957fd3de9def3 Mon Sep 17 00:00:00 2001 From: zhuguifei <zhuguifei@zhuguifeideiMac.local> Date: 星期四, 27 二月 2025 16:53:59 +0800 Subject: [PATCH] 完成维修工单查看维修记录子表 --- eims-ui/apps/web-antd/src/constants/dict/index.ts | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/eims-ui/apps/web-antd/src/constants/dict/index.ts b/eims-ui/apps/web-antd/src/constants/dict/index.ts index e43f742..8856576 100644 --- a/eims-ui/apps/web-antd/src/constants/dict/index.ts +++ b/eims-ui/apps/web-antd/src/constants/dict/index.ts @@ -20,5 +20,12 @@ EQU = '1', // 璁惧鏁呴殰 FIXTURE = '2', // 宸ュ叿鏁呴殰 OTHER = '3' // 鍏朵粬鏁呴殰 - +} +/** + * 鎶ヤ慨鐘舵�� + */ +export enum REPAIR_REQ_STATUS { + JIEDAN = '0', // 寰呮帴鍗� + WEIXIU = '1', // 缁翠慨涓� + WANCHENG = '2' // 宸插畬鎴� } -- Gitblit v1.9.3