From cb9ade2afd2a367ad767bc605ab7086c695dd010 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 09 十二月 2022 15:53:32 +0800
Subject: [PATCH] 2022-12-09

---
 src/templates/sharecomponent/actioncomponent/verifyexcelin/uniqueform/index.jsx |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelin/uniqueform/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelin/uniqueform/index.jsx
index bba6819..a6e9bf2 100644
--- a/src/templates/sharecomponent/actioncomponent/verifyexcelin/uniqueform/index.jsx
+++ b/src/templates/sharecomponent/actioncomponent/verifyexcelin/uniqueform/index.jsx
@@ -6,7 +6,6 @@
 
 class UniqueForm extends Component {
   static propTpyes = {
-    dict: PropTypes.object,       // 瀛楀吀椤�
     fields: PropTypes.array,      // 琛ㄥ崟瀛楁
     uniqueChange: PropTypes.func  // 淇敼鍑芥暟
   }
@@ -56,13 +55,13 @@
       <Form {...formItemLayout} className="verify-form" id="verifycard1">
         <Row gutter={24}>
           <Col span={7}>
-            <Form.Item label={'鍒楀悕'}>
+            <Form.Item label="鍒楀悕">
               {getFieldDecorator('field', {
                 initialValue: [],
                 rules: [
                   {
                     required: true,
-                    message: this.props.dict['form.required.select'] + '鍒楀悕!'
+                    message: '璇烽�夋嫨鍒楀悕!'
                   }
                 ]
               })(
@@ -78,13 +77,13 @@
             </Form.Item>
           </Col>
           <Col span={7}>
-            <Form.Item label={'鎶ラ敊缂栫爜'}>
+            <Form.Item label="鎶ラ敊缂栫爜">
               {getFieldDecorator('errorCode', {
                 initialValue: 'E',
                 rules: [
                   {
                     required: true,
-                    message: this.props.dict['form.required.select'] + '鎶ラ敊缂栫爜!'
+                    message: '璇烽�夋嫨鎶ラ敊缂栫爜!'
                   }
                 ]
               })(
@@ -98,13 +97,13 @@
             </Form.Item>
           </Col>
           <Col span={7}>
-            <Form.Item label={'楠岃瘉绫诲瀷'}>
+            <Form.Item label="楠岃瘉绫诲瀷">
               {getFieldDecorator('verifyType', {
                 initialValue: 'physical',
                 rules: [
                   {
                     required: true,
-                    message: this.props.dict['form.required.select'] + '楠岃瘉绫诲瀷!'
+                    message: '璇烽�夋嫨楠岃瘉绫诲瀷!'
                   }
                 ]
               })(

--
Gitblit v1.8.0