From fd47b0ad8062eee8af364c656b59a5378ef918ae Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 05 一月 2025 18:28:17 +0800 Subject: [PATCH] 2025-01-05 --- src/templates/zshare/verifycard/uniqueform/index.jsx | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/templates/zshare/verifycard/uniqueform/index.jsx b/src/templates/zshare/verifycard/uniqueform/index.jsx index 556e2d4..36bb946 100644 --- a/src/templates/zshare/verifycard/uniqueform/index.jsx +++ b/src/templates/zshare/verifycard/uniqueform/index.jsx @@ -1,7 +1,7 @@ import React, {Component} from 'react' import PropTypes from 'prop-types' import { Form, Row, Col, Select, Button } from 'antd' -import './index.scss' +// import './index.scss' class UniqueForm extends Component { static propTpyes = { @@ -64,11 +64,9 @@ } ] })( - <Select - mode="multiple" - > + <Select mode="multiple"> {fields.map(item => ( - <Select.Option key={item.uuid} value={item.field}>{item.label}</Select.Option> + <Select.Option key={item.uuid} value={item.field}>{`${item.label}锛�${item.field}锛塦}</Select.Option> ))} </Select> )} @@ -97,7 +95,7 @@ {btn.Ot !== 'requiredOnce' ? <Col span={7}> <Form.Item label="楠岃瘉绫诲瀷"> {getFieldDecorator('verifyType', { - initialValue: 'physical', + initialValue: 'logic', rules: [ { required: true, @@ -106,8 +104,8 @@ ] })( <Select> - <Select.Option value="physical"> 鐗╃悊楠岃瘉 </Select.Option> <Select.Option value="logic"> 閫昏緫楠岃瘉 </Select.Option> + <Select.Option value="physical"> 鐗╃悊楠岃瘉 </Select.Option> </Select> )} </Form.Item> -- Gitblit v1.8.0