Browse Source

文字显示修改

1178232204@qq.com 3 năm trước cách đây
mục cha
commit
9efd0377e2

+ 3 - 3
src/components/BlockLossManage/index.js

@@ -229,17 +229,17 @@ function BlockLossManage() {
                         </Col>
                         <Col span={5} key={1}>
                             <Form.Item label="住院序号" name="behospitalCode" getValueFromEvent={getValueFromEvent}>
-                                <Input placeholder="住院序号" autoComplete='off' allowClear maxLength='30' />
+                                <Input placeholder="请输入" autoComplete='off' allowClear maxLength='30' />
                             </Form.Item>
                         </Col>
                         <Col span={5} key={2}>
                             <Form.Item label="文书编号" name="recId" getValueFromEvent={getValueFromEvent}>
-                                <Input placeholder="文书编号" autoComplete='off' allowClear maxLength='30' />
+                                <Input placeholder="请输入" autoComplete='off' allowClear maxLength='30' />
                             </Form.Item>
                         </Col>
                         <Col span={5} key={3}>
                             <Form.Item label="文书标题" name="recTitle" getValueFromEvent={getValueFromEvent}>
-                                <Input placeholder="文书标题" autoComplete='off' allowClear maxLength='30' />
+                                <Input placeholder="请输入" autoComplete='off' allowClear maxLength='30' />
                             </Form.Item>
                         </Col>
                         <Col span={5} key={4}>

+ 4 - 4
src/components/FieldProblem/index.js

@@ -223,7 +223,7 @@ function FieldProblem() {
                     }}
                 >
                     <Row gutter={24}>
-                        <Col span={6} key={0}>
+                        <Col span={7} key={0}>
                             <Form.Item label="日期" >
                                 <Form.Item name="behospitalStartDate" className='times'>
                                     <DatePicker
@@ -245,17 +245,17 @@ function FieldProblem() {
                         </Col>
                         <Col span={5} key={1}>
                             <Form.Item label="住院序号" name="behospitalCode" getValueFromEvent={getValueFromEvent}>
-                                <Input placeholder="住院序号" autoComplete='off' allowClear maxLength='30' />
+                                <Input placeholder="请输入" autoComplete='off' allowClear maxLength='30' />
                             </Form.Item>
                         </Col>
                         <Col span={5} key={2}>
                             <Form.Item label="文书编号" name="hosptialDatatmpCode" getValueFromEvent={getValueFromEvent}>
-                                <Input placeholder="文书编号" autoComplete='off' allowClear maxLength='30' />
+                                <Input placeholder="请输入" autoComplete='off' allowClear maxLength='30' />
                             </Form.Item>
                         </Col>
                         <Col span={5} key={3}>
                             <Form.Item label="文书标题" name="hosptialDatatmpName" getValueFromEvent={getValueFromEvent}>
-                                <Input placeholder="文书标题" autoComplete='off' allowClear maxLength='30' />
+                                <Input placeholder="请输入" autoComplete='off' allowClear maxLength='30' />
                             </Form.Item>
                         </Col>
                         <Col span={5} key={4}>

+ 2 - 2
src/components/FieldRules/index.js

@@ -431,7 +431,7 @@ function FieldRules() {
                         </Col>
                         <Col span={5} key={5}>
                             <Form.Item label="标准值" name="standardValue" getValueFromEvent={getValueFromEvent}>
-                                <Input placeholder="标准值" autoComplete='off' allowClear maxLength='30' />
+                                <Input placeholder="请输入" autoComplete='off' allowClear maxLength='30' />
                             </Form.Item>
                         </Col>
                         <Form.Item label="正则名称" name="regularName">
@@ -488,7 +488,7 @@ function FieldRules() {
             <Modal
                 title="删除字段校验规则"
                 okText='确定'
-                cancelText='取消'
+                cancelText='关闭'
                 width={400}
                 visible={visible}
                 onOk={delColumnVerify}

+ 3 - 3
src/components/RegularManage/index.js

@@ -205,7 +205,7 @@ function RegularManage() {
                     <Row gutter={24}>
                         <Col span={5} key={0}>
                             <Form.Item label="正则式名称" name="name" getValueFromEvent={getValueFromEvent}>
-                                <Input placeholder="正则式名称" autoComplete='off' allowClear maxLength='30' />
+                                <Input placeholder="请输入" autoComplete='off' allowClear maxLength='30' />
                             </Form.Item>
                         </Col>
 
@@ -256,7 +256,7 @@ function RegularManage() {
                 <Modal
                     title={title}
                     okText='确定'
-                    cancelText='取消'
+                    cancelText='关闭'
                     width="500px"
                     visible={visible}
                     onCancel={cancel}
@@ -274,7 +274,7 @@ function RegularManage() {
             <Modal
                 title="删除正则式"
                 okText='确定'
-                cancelText='取消'
+                cancelText='关闭'
                 width={400}
                 visible={delvisible}
                 onOk={delRegularById}