From 3c2e49d7bcc91268a75689db400d1f1698c0f8b7 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期日, 04 二月 2024 16:41:31 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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