From 10c86c1fab41f01c7bf7fcb9d2f8b624142f6a54 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 13 九月 2022 14:42:33 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx
index 6dc199d..9a08c00 100644
--- a/src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx
+++ b/src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx
@@ -234,8 +234,8 @@
   }
 
   render() {
+    const { card } = this.props
     const { getFieldDecorator } = this.props.form
-
     const { verify, linkType, printMode, printFunc } = this.state
     const formItemLayout = {
       labelCol: {
@@ -249,7 +249,8 @@
     }
 
     return (
-      <div id="verify-card-box-tab">
+      <div>
+        {card.label ? <div className="mk-com-name">{card.label} - 楠岃瘉淇℃伅</div> : null}
         <Tabs defaultActiveKey="1" className="verify-card-print-box" onChange={this.tabchange}>
           <TabPane tab="鎵撳嵃楠岃瘉" key="1">
             <Form {...formItemLayout}>

--
Gitblit v1.8.0