From 91e232bb0b910f3670bdbccd65cc218d55e1eda9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 06 十二月 2022 16:08:20 +0800 Subject: [PATCH] Merge branch 'develop' --- src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx index 591bbc8..1c8b257 100644 --- a/src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx @@ -255,7 +255,7 @@ <Form {...formItemLayout}> <Row gutter={24}> <Col span={8}> - <Form.Item label={'鎵撳嵃妯″紡'}> + <Form.Item label="鎵撳嵃妯″紡"> {getFieldDecorator('printMode', { initialValue: printMode || 'normal' })( @@ -267,7 +267,7 @@ </Form.Item> </Col> <Col span={8}> - <Form.Item label={'閾炬帴绫诲瀷'}> + <Form.Item label="閾炬帴绫诲瀷"> {getFieldDecorator('linkType', { initialValue: linkType || 'system' })( -- Gitblit v1.8.0