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: '', } },