diff --git a/src/components/DetailComponent/ApprovalDetail.vue b/src/components/DetailComponent/ApprovalDetail.vue index f902ce1..71eebe7 100644 --- a/src/components/DetailComponent/ApprovalDetail.vue +++ b/src/components/DetailComponent/ApprovalDetail.vue @@ -30,7 +30,7 @@ - @@ -164,6 +164,11 @@ const props = defineProps({ type: Boolean, default: false }, + //是否开始打印 + isOpenPrint: { + type: Boolean, + default: false + }, value: { type: String, default: '' diff --git a/src/components/DetailComponent/FileComponent.vue b/src/components/DetailComponent/FileComponent.vue index 1ae961f..14b5e32 100644 --- a/src/components/DetailComponent/FileComponent.vue +++ b/src/components/DetailComponent/FileComponent.vue @@ -2,7 +2,8 @@ - +