From 8fd61b5b8e138b8151c644b612b92ca0fa0fe840 Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期日, 04 一月 2026 09:43:16 +0800
Subject: [PATCH] 固定资产模块界面设备台账统计图表,设备列表

---
 src/views/procurementManagement/procurementInvoiceLedger/index.vue |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/views/procurementManagement/procurementInvoiceLedger/index.vue b/src/views/procurementManagement/procurementInvoiceLedger/index.vue
index 255f3ac..b33e3e4 100644
--- a/src/views/procurementManagement/procurementInvoiceLedger/index.vue
+++ b/src/views/procurementManagement/procurementInvoiceLedger/index.vue
@@ -82,14 +82,12 @@
             type="primary"
             text
             @click="openEdit(row)"
-						:disabled="row.issUerId !== userStore.id"
           >
             缂栬緫
           </el-button>
           <el-button
             type="primary"
             text
-						:disabled="row.issUerId !== userStore.id"
             @click="handleDelete(row)"
           >
             鍒犻櫎
@@ -162,8 +160,8 @@
       width: 150,
     },
     {
-      label: "瀹㈡埛鍚嶇О",
-      prop: "customerName",
+      label: "椤圭洰鍚嶇О",
+      prop: "projectName",
       width: 240,
     },
     {

--
Gitblit v1.9.3