From da766d3e7176ed03786bc9436f3ec25af320b744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Thu, 28 Sep 2023 08:36:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AD=97=E5=85=B8=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/dict.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index de30d9b93..48718c9fb 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -262,6 +262,8 @@ export enum DICT_TYPE { INSPECT_RESULT = 'inspect_result', // 检验结果 STRATEGY_TYPE = 'strategy_type', // 策略类型 STRATEGY_PARAM_OPEARTOR = 'strategy_param_opeartor', // 策略参数操作符 - DATA_TYPE = 'data_type' // 数据类型 + DATA_TYPE = 'data_type', // 数据类型 + PACK_UNIT = 'pack_unit', // 包装单位 + DETAIL_STATUS = 'detail_status' // 明细状态 }