Просмотр исходного кода

商品code

tags/小炒逻辑变更前
gwbvipvip 2 лет назад
Родитель
Сommit
7893419cc4
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      src/pages/goods/goodsInfo/index.jsx

+ 2
- 2
src/pages/goods/goodsInfo/index.jsx Просмотреть файл

@@ -212,8 +212,8 @@ const Advanced = (props) => {
<Form.Item name="id" hidden={true}>
<Input />
</Form.Item>
<Form.Item name="code" label="商品编码" rules={[{ required: true }]}>
<Input />
<Form.Item name="code" label="商品编码" >
<Input disabled/>
</Form.Item>
<Form.Item name="name" label="商品名称" rules={[{ required: true }]}>
<Input />


Загрузка…
Отмена
Сохранить