From 4807d8b687853e75a815b3aa9aecbc2554063aa4 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 11 八月 2026 14:20:15 +0800
Subject: [PATCH] docs: MOM 1.规范提交消息格式
---
src/views/wms/home/index.vue | 13 +++----------
1 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/src/views/wms/home/index.vue b/src/views/wms/home/index.vue
index d33b92f..ee0e037 100644
--- a/src/views/wms/home/index.vue
+++ b/src/views/wms/home/index.vue
@@ -1,8 +1,8 @@
<script lang="ts" setup>
import { onMounted, ref } from 'vue';
-import { DocAlert, Page } from '..\..\..\packages\effects\common-ui\src';
-import { formatDateTime } from '..\..\..\packages\utils\src';
+import { Page } from '@vben/common-ui';
+import { formatDateTime } from '@vben/utils';
import { Button, Card } from 'ant-design-vue';
@@ -42,14 +42,7 @@
</script>
<template>
- <Page>
- <template #doc>
- <DocAlert
- title="WMS 鎵嬪唽锛堝姛鑳藉紑鍚級"
- url="https://doc.iocoder.cn/wms/build/"
- />
- </template>
- <div class="flex flex-col gap-2">
+ <Page><div class="flex flex-col gap-2">
<Card :body-style="{ padding: '16px' }">
<div class="flex flex-wrap items-center justify-between gap-4">
<div>
--
Gitblit v1.9.3