From 792ddec0ad8c5fe780ad65d4d04a38ae67ac4cea Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期六, 12 七月 2025 16:04:18 +0800
Subject: [PATCH] 1.来票台账页面未做分页

---
 src/views/procurementManagement/invoiceEntry/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/procurementManagement/invoiceEntry/index.vue b/src/views/procurementManagement/invoiceEntry/index.vue
index a43e598..e632b12 100644
--- a/src/views/procurementManagement/invoiceEntry/index.vue
+++ b/src/views/procurementManagement/invoiceEntry/index.vue
@@ -24,8 +24,8 @@
           <el-button type="primary" @click="handleAdd('add')">
             鏂板鐧昏
           </el-button>
-          <el-button @click="handleOut">瀵煎嚭</el-button>
-          <el-button type="danger" plain @click="handleDelete">鍒犻櫎</el-button>
+<!--          <el-button @click="handleOut">瀵煎嚭</el-button>-->
+<!--          <el-button type="danger" plain @click="handleDelete">鍒犻櫎</el-button>-->
         </div>
       </div>
       <PIMTable
@@ -116,12 +116,12 @@
     {
       label: "渚涘簲鍟嗗悕绉�",
       prop: "supplierName",
-      width:200
+      width:300
     },
     {
       label: "椤圭洰鍚嶇О",
       prop: "projectName",
-      width:150
+      width:400
     },
     {
       label: "褰曞叆浜�",

--
Gitblit v1.9.3