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可粘贴)'"> 录单格式