From 4db45250f9e0e47b1df480eb4e325a931f40c9c6 Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期六, 28 三月 2026 13:24:26 +0800
Subject: [PATCH] Merge branch 'dev_HXSJ' of http://114.132.189.42:9002/r/product-inventory-management into dev_HXSJ

---
 src/views/basicData/supplierManage/filesDia.vue |   30 +++++++++++-------------------
 1 files changed, 11 insertions(+), 19 deletions(-)

diff --git a/src/views/basicData/supplierManage/filesDia.vue b/src/views/basicData/supplierManage/filesDia.vue
index 6284d6b..6b35afe 100644
--- a/src/views/basicData/supplierManage/filesDia.vue
+++ b/src/views/basicData/supplierManage/filesDia.vue
@@ -28,18 +28,11 @@
           :tableData="tableData"
           :tableLoading="tableLoading"
           :isSelection="true"
+          :page="{ total, current: page.current, size: page.size }"
+          @pagination="paginationSearch"
           @selection-change="handleSelectionChange"
-          height="500"
-      >
-      </PIMTable>
-			<pagination
-				style="margin: 10px 0"
-				v-show="total > 0"
-				@pagination="paginationSearch"
-				:total="total"
-				:page="page.current"
-				:limit="page.size"
-			/>
+          height="450"
+      />
       <template #footer>
         <div class="dialog-footer">
           <el-button @click="closeDia">鍙栨秷</el-button>
@@ -60,7 +53,6 @@
   fileDel,
   fileListPage
 } from "@/api/basicData/supplierManageFile.js";
-import Pagination from "@/components/PIMTable/Pagination.vue";
 const { proxy } = getCurrentInstance()
 const emit = defineEmits(['close'])
 
@@ -85,13 +77,13 @@
           downLoadFile(row);
         },
       },
-      {
-        name: "棰勮",
-        type: "text",
-        clickFun: (row) => {
-          lookFile(row);
-        },
-      }
+      // {
+      //   name: "棰勮",
+      //   type: "text",
+      //   clickFun: (row) => {
+      //     lookFile(row);
+      //   },
+      // }
     ],
   },
 ]);

--
Gitblit v1.9.3