lavoce #2
@@ -393,17 +393,6 @@ const DetailTag = (props) => {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style={{ marginBottom: 12 }}>
|
||||
<Text strong>Tag Name</Text>
|
||||
<Text style={{ color: 'red' }}> *</Text>
|
||||
<Input
|
||||
name="tag_name"
|
||||
value={FormData.tag_name}
|
||||
onChange={handleInputChange}
|
||||
placeholder="Enter Tag Name"
|
||||
readOnly={props.readOnly}
|
||||
/>
|
||||
</div>
|
||||
<div style={{ marginBottom: 12 }}>
|
||||
<Text strong>Tag Number</Text>
|
||||
<Text style={{ color: 'red' }}> *</Text>
|
||||
@@ -415,6 +404,17 @@ const DetailTag = (props) => {
|
||||
readOnly={props.readOnly}
|
||||
/>
|
||||
</div>
|
||||
<div style={{ marginBottom: 12 }}>
|
||||
<Text strong>Tag Name</Text>
|
||||
<Text style={{ color: 'red' }}> *</Text>
|
||||
<Input
|
||||
name="tag_name"
|
||||
value={FormData.tag_name}
|
||||
onChange={handleInputChange}
|
||||
placeholder="Enter Tag Name"
|
||||
readOnly={props.readOnly}
|
||||
/>
|
||||
</div>
|
||||
<div style={{ marginBottom: 12 }}>
|
||||
<Text strong>Data Type</Text>
|
||||
<Text style={{ color: 'red' }}> *</Text>
|
||||
|
||||
Reference in New Issue
Block a user