From 4c014a4f8034bd8c73aba8d909a58f63d5c4ec89 Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期五, 17 一月 2025 08:39:18 +0800 Subject: [PATCH] Merge branch 'master' of http://dlindusit.com:53929/r/iailab-plat-ui-vue3 --- src/utils/dict.ts | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index 9d424f1..0795004 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -165,7 +165,7 @@ MODEL_METHOD_SETTING_VALUE_TYPE = 'model_method_setting_value_type', PRED_GRANULARITY = 'pred_granularity', ITEM_RUN_STATUS = 'item_run_status', - + RESULT_TYPE = 'result_type', // ========== DATA - 数据平台模块 ========== DATA_FIELD_TYPE = 'data_field_type', TAG_DATA_TYPE = 'tag_data_type', @@ -187,4 +187,5 @@ CAMERA_BRAND = 'camera_brand', CAPTURE_TYPE = 'capture_type', MODEL_RESULT_TYPE = 'model_result_type', + DATA_QUALITY = 'data_quality' } -- Gitblit v1.9.3