From 835b48025a582b1c19c4de128906aff6a5e63612 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 22 八月 2020 12:08:35 +0800 Subject: [PATCH] 2020-08-22 --- src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx index 0cb8e27..23e1582 100644 --- a/src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx @@ -332,7 +332,12 @@ </Row> </Form> </TabPane> - <TabPane tab="鎵撳嵃绫诲瀷" key="2"> + <TabPane tab={ + <span> + 鎵撳嵃绫诲瀷 + {verify.printerTypeList.length ? <span className="count-tip">{verify.printerTypeList.length}</span> : null} + </span> + } key="2"> <Form {...formItemLayout}> <Row gutter={24}> <Col span={24} className="print-tip"> -- Gitblit v1.8.0