From 76427d51a079a5fd1f45bf7188249e7a4647ae05 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 14 九月 2020 10:37:25 +0800
Subject: [PATCH] 2020-09-14

---
 src/templates/sharecomponent/actioncomponent/verifyexcelout/columnform/index.jsx |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelout/columnform/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelout/columnform/index.jsx
index 93ba72a..56f31eb 100644
--- a/src/templates/sharecomponent/actioncomponent/verifyexcelout/columnform/index.jsx
+++ b/src/templates/sharecomponent/actioncomponent/verifyexcelout/columnform/index.jsx
@@ -3,7 +3,7 @@
 import { Form, Row, Col, Button, Input, InputNumber } from 'antd'
 import './index.scss'
 
-class UniqueForm extends Component {
+class ExcelOutColumn extends Component {
   static propTpyes = {
     dict: PropTypes.object,         // 瀛楀吀椤�
     columns: PropTypes.array,       // 鍒楀悕闆嗗悎
@@ -22,7 +22,7 @@
     this.props.form.setFieldsValue({
       Column: record.Column,
       Text: record.Text,
-      Width: record.Width,
+      Width: record.Width
     })
   }
 
@@ -40,7 +40,7 @@
         this.props.form.setFieldsValue({
           Column: '',
           Text: '',
-          Width: 20,
+          Width: 20
         })
       }
     })
@@ -113,4 +113,4 @@
   }
 }
 
-export default Form.create()(UniqueForm)
\ No newline at end of file
+export default Form.create()(ExcelOutColumn)
\ No newline at end of file

--
Gitblit v1.8.0