Browse Source

fix: #8587 修复设备新增/子设备说明字段

jackhoo_98 3 years ago
parent
commit
047a63f924
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/device/Instance/Save/index.tsx

+ 2 - 2
src/pages/device/Instance/Save/index.tsx

@@ -245,11 +245,11 @@ const Save = (props: Props) => {
         </Row>
         <Row>
           <Col span={24}>
-            <Form.Item label={intlFormat('pages.table.description', '说明')} name={'description'}>
+            <Form.Item label={intlFormat('pages.table.description', '说明')} name={'describe'}>
               <Input.TextArea
                 placeholder={
                   intlFormat('pages.form.tip.input', '请输入') +
-                  intlFormat('pages.table.description', '说明')
+                  intlFormat('pages.table.describe', '说明')
                 }
                 rows={4}
                 style={{ width: '100%' }}