From 92ddc0ea4c630d0da31e70d06c04fbd5d5282973 Mon Sep 17 00:00:00 2001 From: zhangxiaomeng <1362468712@qq.com> Date: Mon, 10 Feb 2025 11:49:42 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=A7=86=E9=A2=91=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kcui/src/view/Graph.vue | 85 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 84 insertions(+), 1 deletion(-) diff --git a/kcui/src/view/Graph.vue b/kcui/src/view/Graph.vue index fee8a5a..aee2d62 100644 --- a/kcui/src/view/Graph.vue +++ b/kcui/src/view/Graph.vue @@ -38,7 +38,7 @@
-
+
关键字:
@@ -55,6 +55,32 @@ @change="handleFileChange" />
+
+ + + + + + + + + + + + +
@@ -183,6 +209,63 @@ export default { newBranchRelation: '', typeValue: '', keywords: '', + + + options1: [{ + value: '选项1', + label: '黄金糕' + }, { + value: '选项2', + label: '双皮奶' + }, { + value: '选项3', + label: '蚵仔煎' + }, { + value: '选项4', + label: '龙须面' + }, { + value: '选项5', + label: '北京烤鸭' + }], + value1: '', + + + options2: [{ + value: '选项1', + label: '黄金糕' + }, { + value: '选项2', + label: '双皮奶' + }, { + value: '选项3', + label: '蚵仔煎' + }, { + value: '选项4', + label: '龙须面' + }, { + value: '选项5', + label: '北京烤鸭' + }], + value2: '', + + + options3: [{ + value: '选项1', + label: '黄金糕' + }, { + value: '选项2', + label: '双皮奶' + }, { + value: '选项3', + label: '蚵仔煎' + }, { + value: '选项4', + label: '龙须面' + }, { + value: '选项5', + label: '北京烤鸭' + }], + value3: '', } }, From cf1feae328cd97709b4d5a12885b6ccc2716354b Mon Sep 17 00:00:00 2001 From: zhangxiaomeng <1362468712@qq.com> Date: Mon, 10 Feb 2025 12:08:17 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=A7=86=E9=A2=91=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kcui/src/view/Graph.vue | 9 ++++++--- kcui/src/view/TWInfoXq.vue | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/kcui/src/view/Graph.vue b/kcui/src/view/Graph.vue index aee2d62..318b830 100644 --- a/kcui/src/view/Graph.vue +++ b/kcui/src/view/Graph.vue @@ -56,7 +56,8 @@ />
- +
飞机类型:
+ - +
飞行任务:
+ - +
飞机载荷:
+ { + getInfo(data).then((res)=>{ this.contentInfo.title = res.data.data.name this.contentInfo.content = res.data.data.contentInfo