Sfoglia il codice sorgente

查询看不到分页

duy 2 anni fa
parent
commit
efd5df24e7
2 ha cambiato i file con 10 aggiunte e 2 eliminazioni
  1. 8 0
      src/styles/page/using/query.scss
  2. 2 2
      src/views/using/query.vue

+ 8 - 0
src/styles/page/using/query.scss

@@ -1,6 +1,14 @@
+//tag框
+.flex_box{
+    position: absolute;
+    top: -30px;
+    z-index: 1;
+}
 //搜索框
 .hc-query-input-box {
     position: relative;
+    top: 24px;
+    margin-bottom: 20px;
     .el-input {
         --el-input-border-radius: 10px;
         --el-input-height: 65px;

+ 2 - 2
src/views/using/query.vue

@@ -994,7 +994,7 @@ const tableRowClick = ({row}) => {
     InsearchForm.value.total=row['approvalFileList'].length
     fileInfo.value=row
     // fileInfo.value.pageN=row['approvalFileList'].length||0
-     fileInfo.value.pageNumber=row['approvalFileList'].length||0
+    //  fileInfo.value.pageNumber=row['approvalFileList'].length||0
 
 
 }
@@ -1034,7 +1034,7 @@ const consultFileClick =async (row,type) => {
     cscTableData1.value=row.approvalFileList
     fileInfo.value=row
     // fileInfo.value.pageN=row['approvalFileList'].length||0
-    fileInfo.value.pageNumber=row['approvalFileList'].length||0
+    // fileInfo.value.pageNumber=row['approvalFileList'].length||0
    }else if(type==2){
     checkId.value=row.id
     pdfUrl.value=row.pdfFileUrl