From fa45ace9a45d588d44cf6be154980b499d0405ee Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 3 Jan 2026 11:43:54 +0800 Subject: [PATCH] 1 --- src/views/system/jdorder/orderList.vue | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/src/views/system/jdorder/orderList.vue b/src/views/system/jdorder/orderList.vue index 8d8b383..a1a590a 100644 --- a/src/views/system/jdorder/orderList.vue +++ b/src/views/system/jdorder/orderList.vue @@ -103,7 +103,11 @@ - + + + @@ -229,7 +233,8 @@ size="mini" icon="el-icon-document-copy" @click="copySingleOrderExcelText(scope.row)" - title="复制录单格式(Excel可粘贴)"> + :style="isExcelTextCopied(scope.row.id) ? 'color: #67C23A;' : ''" + :title="isExcelTextCopied(scope.row.id) ? '已复制录单格式(Excel可粘贴)' : '复制录单格式(Excel可粘贴)'"> 录单格式