{{ item.createdate }}
+ >{{ item.fromuptime }}
@@ -924,6 +935,11 @@ num=1
height: 67vh;
//padding-right: 10px; /* 右侧内边距 */
overflow: hidden; /* 默认隐藏滚动条 */
+ } .cotnet_wrapeertwo {
+ width: 100%;
+ height: 67vh;
+ //padding-right: 10px; /* 右侧内边距 */
+ overflow: hidden; /* 默认隐藏滚动条 */
}
.cotnet_wrapeer:hover {
overflow: auto;
diff --git a/src/views/final/index.vue b/src/views/final/index.vue
index 59432f2..52f4440 100644
--- a/src/views/final/index.vue
+++ b/src/views/final/index.vue
@@ -11,8 +11,11 @@ defineOptions({
})
const showList = ref(true)
const contentRef: any = ref(null)
+const ListRef: any = ref(null)
function inputChange(keyword) {
+
contentRef.value.filterTableData(keyword)
+ ListRef.value.initData(keyword)
}
@@ -23,10 +26,10 @@ function inputChange(keyword) {
-
+
-
+