From d5cadf954f3939b985d098150a505618302b7415 Mon Sep 17 00:00:00 2001
From: yuetsh <517252939@qq.com>
Date: Tue, 23 Jan 2024 10:38:06 +0800
Subject: [PATCH] update
---
.../TestPanel.vue => composables/file.ts} | 76 ++++++-------------
src/desktop/File.vue | 48 ++++++++++++
src/desktop/index.vue | 7 +-
3 files changed, 72 insertions(+), 59 deletions(-)
rename src/{desktop/TestPanel.vue => composables/file.ts} (50%)
create mode 100644 src/desktop/File.vue
diff --git a/src/desktop/TestPanel.vue b/src/composables/file.ts
similarity index 50%
rename from src/desktop/TestPanel.vue
rename to src/composables/file.ts
index 314728a..21a1296 100644
--- a/src/desktop/TestPanel.vue
+++ b/src/composables/file.ts
@@ -1,23 +1,27 @@
-
-
-
-
- 增加5个
- 先运行
- 再下载
-
-
-
- {{ index + 1 }}.in
- onChange(v, index, 'in')"
- />
-
-
- {{ index + 1 }}.out
- onChange(v, index, 'out')"
- :status="it.error ? 'error' : 'success'"
- />
-
-
- 删除
-
-
-
-
diff --git a/src/desktop/File.vue b/src/desktop/File.vue
new file mode 100644
index 0000000..41fce0c
--- /dev/null
+++ b/src/desktop/File.vue
@@ -0,0 +1,48 @@
+
+
+
+
+ 重置
+ 增加5个
+ 先运行
+ 再下载
+
+
+
+ {{ index + 1 }}.in
+ onChange(v, index, 'in')"
+ />
+
+
+ {{ index + 1 }}.out
+ onChange(v, index, 'out')"
+ :status="it.error ? 'error' : 'success'"
+ />
+
+
+ 删除
+
+
+
+
+
diff --git a/src/desktop/index.vue b/src/desktop/index.vue
index 5704226..3f7b0d9 100644
--- a/src/desktop/index.vue
+++ b/src/desktop/index.vue
@@ -8,22 +8,19 @@
:mask-closable="false"
title="测试用例文件生成器"
>
-
+