From e5dc35f3c640592e4c62c379833ccf7e5e48ecd0 Mon Sep 17 00:00:00 2001
From: SummerColdWind <472959020@qq.com>
Date: Wed, 31 Jul 2024 23:17:24 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=86=E8=87=AA=E5=8A=A8?=
=?UTF-8?q?=E5=89=AF=E6=9C=AC=E7=9A=84=E7=A9=BA=E5=A3=B3ui=E7=BB=84?=
=?UTF-8?q?=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/index.js | 1 +
.../autoCounterPart/autoCounterPartPage.vue | 87 +++++++++++++++++++
src/views/layoutPage.vue | 9 ++
3 files changed, 97 insertions(+)
create mode 100644 src/views/autoCounterPart/autoCounterPartPage.vue
diff --git a/src/router/index.js b/src/router/index.js
index e92b790..4001c5f 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -13,6 +13,7 @@ const router = createRouter({
{path: '/toolBox/byte', component: () => import('@/views/toolBox/bytePage.vue')},
{path: '/toolBox/common', component: () => import('@/views/toolBox/commonPage.vue')},
{path: '/toolBox/test', component: () => import('@/views/toolBox/testPage.vue')},
+ {path: '/autoCounterPart', component: () => import('@/views/autoCounterPart/autoCounterPartPage.vue')},
]
},
diff --git a/src/views/autoCounterPart/autoCounterPartPage.vue b/src/views/autoCounterPart/autoCounterPartPage.vue
new file mode 100644
index 0000000..edec389
--- /dev/null
+++ b/src/views/autoCounterPart/autoCounterPartPage.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+ 副本{{ item }}
+
+
+ 添加
+ 关闭拦截
+ 拦截测试
+
+
+
+
+
+
+
+
+
+ {{ scope.row.Name }}
+
+
+
+
+ {{ scope.row.Count }}
+
+
+
+
+ 复位
+ 编辑
+ 删除
+
+
+
+
+
+
+ 配置
+ 保存
+ 取消
+ 刷新用户
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/layoutPage.vue b/src/views/layoutPage.vue
index 0d942e4..7e38f0c 100644
--- a/src/views/layoutPage.vue
+++ b/src/views/layoutPage.vue
@@ -49,6 +49,13 @@
+
+
+
+
+ 自动副本
+
+
@@ -105,10 +112,12 @@
.el-aside {
height: 100%;
border-right: 1px solid #777;
+ background-color: #545c64;
h3 {
text-align: center;
line-height: 60px;
+ color: white;
}
.el-menu {