From f6f84533d153e65fd0b68ec7fe2c43f5b98ca1d4 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 12 Aug 2024 17:18:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20notokoption=20=E4=BF=AE=E6=94=B93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/qm/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/qm/models.py b/apps/qm/models.py index e891df5c..fa2ec254 100644 --- a/apps/qm/models.py +++ b/apps/qm/models.py @@ -50,7 +50,7 @@ class NotOkOption(models.TextChoices): wj = "wj", _("外径") yd = "yd", _("圆度") txd = "txd", _("同心度") - hd = "hq", _("厚度") + hd = "hd", _("厚度") wz = "wz", _("未知")