-
- {{ item.createdate }}
+ {{ item.fromuptime }}
@@ -825,7 +864,7 @@ function checkBottom() {
width: calc(100% - 6rem);
.title,
.date {
- font-size: 0.68rem;
+ font-size: 11px;
font-weight: 500;
text-align: left;
color: #323233;
@@ -867,13 +906,13 @@ function checkBottom() {
cursor: pointer;
}
.reset_action {
- font-size: 0.75rem;
+ font-size: 12px;
font-weight: bolder;
text-align: left;
color: #666666;
}
.resovle_action {
- font-size: 0.75rem;
+ font-size: 12px;
font-weight: bolder;
text-align: left;
color: #507afd;
@@ -881,7 +920,7 @@ function checkBottom() {
margin-left: 0.9rem;
}
.reject_action {
- font-size: 0.75rem;
+ font-size: 12px;
font-weight: bolder;
text-align: left;
color: #ff4e4f;
@@ -896,6 +935,11 @@ function checkBottom() {
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) {
-
+
-
+