From 392b92137a2af9dd941817c3a97f5baeb2cefa84 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期日, 04 二月 2024 16:13:06 +0800
Subject: [PATCH] Mr.Shi

---
 company/src/views/enterprise/entrustedInvoicing.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/company/src/views/enterprise/entrustedInvoicing.vue b/company/src/views/enterprise/entrustedInvoicing.vue
index 4298144..988a7f2 100644
--- a/company/src/views/enterprise/entrustedInvoicing.vue
+++ b/company/src/views/enterprise/entrustedInvoicing.vue
@@ -41,7 +41,7 @@
                 <el-table-column prop="endTime" label="鎶曚繚澶辨晥鏃ユ湡"></el-table-column>
                 <el-table-column label="鎿嶄綔" min-width="180px">
                     <template slot-scope="{row}">
-                        <el-button type="text" @click="$refs.entrustmentHistory.open('寮�绁ㄥ巻鍙�', row)">寮�绁ㄥ巻鍙�</el-button>
+                        <el-button type="text" @click="$refs.entrustmentHistory.open('寮�绁ㄥ巻鍙�', {...row, determine: 1})">寮�绁ㄥ巻鍙�</el-button>
                     </template>
                 </el-table-column>
             </el-table>

--
Gitblit v1.9.3