diff --git a/kcui/src/view/Graph.vue b/kcui/src/view/Graph.vue
index fee8a5a..318b830 100644
--- a/kcui/src/view/Graph.vue
+++ b/kcui/src/view/Graph.vue
@@ -38,7 +38,7 @@
-
+
+
+
飞机类型:
+
+
+
+
+
飞行任务:
+
+
+
+
+
飞机载荷:
+
+
+
+
+
@@ -183,6 +212,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: '',
}
},
diff --git a/kcui/src/view/TWInfoXq.vue b/kcui/src/view/TWInfoXq.vue
index 58b4fe2..e61d4ab 100644
--- a/kcui/src/view/TWInfoXq.vue
+++ b/kcui/src/view/TWInfoXq.vue
@@ -53,7 +53,7 @@
import headInfo from "@/components/Head.vue";
import Foot from "@/components/Foot.vue";
-import {getTwInfo} from "@/api/kcInfo";
+import {getInfo} from "@/api/kcInfo";
export default {
// eslint-disable-next-line vue/multi-word-component-names
name: 'TWInfoXq',
@@ -88,7 +88,7 @@ export default {
var data = {
id:this.docId
}
- getTwInfo(data).then((res)=>{
+ getInfo(data).then((res)=>{
this.contentInfo.title = res.data.data.name
this.contentInfo.content = res.data.data.contentInfo