feat(iot): 优化代码,尽量使用 ProductStatusEnum 枚举

pull/345/head
YunaiV 2026-05-21 00:17:56 +08:00
parent 3f09fc1498
commit cb175e331f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import type { VbenFormSchema } from '#/adapter/form'; import type { VbenFormSchema } from '#/adapter/form';
import type { VxeTableGridOptions } from '#/adapter/vxe-table'; import type { VxeTableGridOptions } from '#/adapter/vxe-table';
import type { DescriptionItemSchema } from '#/components/description';
import type { IotProductApi } from '#/api/iot/product/product'; import type { IotProductApi } from '#/api/iot/product/product';
import type { DescriptionItemSchema } from '#/components/description';
import { formatDateTime } from '@vben/utils'; import { formatDateTime } from '@vben/utils';