李志伟 3 years ago
parent
commit
8d113f554f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/Machinery/MachineryType/index.jsx

+ 1
- 1
src/pages/Machinery/MachineryType/index.jsx View File

101
         footer={null}
101
         footer={null}
102
       >
102
       >
103
         <Form {...formItemLayout} onFinish={Submit} form={form}>
103
         <Form {...formItemLayout} onFinish={Submit} form={form}>
104
-          <FormItem label="权重" name="name" initialValue={name}>
104
+          <FormItem label="分类名" name="name" initialValue={name}>
105
             <Input onChange={handleName} style={{ width: '100%' }} placeholder="请输入分类名" />
105
             <Input onChange={handleName} style={{ width: '100%' }} placeholder="请输入分类名" />
106
           </FormItem>
106
           </FormItem>
107
           <FormItem label=" " colon={false}>
107
           <FormItem label=" " colon={false}>