diff --git a/kcui/src/view/TWInfo.vue b/kcui/src/view/TWInfo.vue index 0aaf34e..06050d1 100644 --- a/kcui/src/view/TWInfo.vue +++ b/kcui/src/view/TWInfo.vue @@ -33,16 +33,17 @@
-
+
-
- -
{{ item }}
+ style="display: flex;flex-direction: row;position: absolute;z-index: 1;margin-top: 2.9vw;margin-left: 3%;"> +
+ +
{{ item }}
- +
+ +
@@ -64,10 +65,11 @@
-
...
-
...
+
+
{{item}}
+
...
@@ -107,6 +109,11 @@ export default { }, methods: { + changeType(item){ + console.log("dhjasdhkahdkjahskjhdkj") + this.twType = item; + this.getContentList(); + }, choosePage(item){ console.log(item); this.pageNum = item; @@ -115,7 +122,7 @@ export default { getContentList() { var data = { name: this.selectName, - type: this.twType, + twType: this.twType, pageNum: this.pageNum, pageSize: this.pageSize }