From 2cd26d312f47a79fb9b8b444a3f1760f98d03e38 Mon Sep 17 00:00:00 2001 From: Cloud Zhang <941187371@qq.com> Date: 星期一, 20 五月 2024 15:03:13 +0800 Subject: [PATCH] 工具保养记录和明细 --- src/views/tigerprojects/wms/location/location.data.ts | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/tigerprojects/wms/location/location.data.ts b/src/views/tigerprojects/wms/location/location.data.ts index 0b17d41..9125571 100644 --- a/src/views/tigerprojects/wms/location/location.data.ts +++ b/src/views/tigerprojects/wms/location/location.data.ts @@ -1,5 +1,4 @@ -import { BasicColumn } from '/@/components/Table'; -import { FormSchema } from '/@/components/Table'; +import { BasicColumn, FormSchema } from '/@/components/Table'; import { h } from 'vue'; import { Tag } from 'ant-design-vue'; -- Gitblit v1.9.3