From 85e61862fb25e9aa39c7e267f29e78a7cd98220f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 01 一月 2025 22:09:00 +0800 Subject: [PATCH] 2025-01-01 --- src/templates/zshare/verifycard/billcodeform/index.jsx | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/templates/zshare/verifycard/billcodeform/index.jsx b/src/templates/zshare/verifycard/billcodeform/index.jsx index cbb058a..9caeb0d 100644 --- a/src/templates/zshare/verifycard/billcodeform/index.jsx +++ b/src/templates/zshare/verifycard/billcodeform/index.jsx @@ -233,7 +233,7 @@ <Select> {this.state.funFields.map(option => <Select.Option title={option.label} id={option.uuid} key={option.uuid} value={option.field}> - {option.label} + {`${option.label}锛�${option.field}锛塦} </Select.Option> )} </Select> @@ -241,7 +241,7 @@ </Form.Item> </Col> <Col span={7}> - <Form.Item label={'绫诲瀷'}> + <Form.Item label="绫诲瀷"> {getFieldDecorator('TypeCharOne', { initialValue: 'Lp', rules: [ @@ -261,7 +261,7 @@ </Form.Item> </Col> {type === '1' ? <Col span={7}> - <Form.Item label={'鍏宠仈瀛楁'}> + <Form.Item label="鍏宠仈瀛楁"> {getFieldDecorator('linkField', { initialValue: '', rules: [ @@ -271,10 +271,10 @@ } ] })( - <Select> + <Select showSearch filterOption={(input, option) => option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0}> {this.state.billFields.map(option => <Select.Option title={option.label} id={option.uuid} key={option.uuid} value={option.field}> - {option.label} + {`${option.label}锛�${option.field}锛塦} </Select.Option> )} </Select> @@ -282,7 +282,7 @@ </Form.Item> </Col> : null} {type === '2' ? <Col span={7}> - <Form.Item label={'鍑瘉绫诲瀷'}> + <Form.Item label="鍑瘉绫诲瀷"> {getFieldDecorator('ModularCode', { initialValue: this.props.modular[0] ? this.props.modular[0].ID : '', rules: [ -- Gitblit v1.8.0