Browse Source

feat(商品属性): 商品属性

tags/小炒逻辑变更前
txb 2 years ago
parent
commit
e393d7c2a5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pages/erp/basic/product/components/CreateForm.jsx

+ 1
- 1
src/pages/erp/basic/product/components/CreateForm.jsx View File

@@ -245,7 +245,7 @@ const CreateForm = (props) => {
<Col lg={8} md={12} sm={24}>
<ProFormSelect
label={fieldLabels.OutstockUint}
name="OutstockUint"
name="outstockUint"
rules={[
{
required: true,


Loading…
Cancel
Save