fix(custom): 修复添加商品时商品分类不是必选项的bug
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<n-spin size="large" :show="isShowSpin">
|
||||
<n-form ref="formRef" label-width="100" :model="model" :rules="rules" label-placement="left">
|
||||
<n-grid :cols="2" :x-gap="24">
|
||||
<n-form-item-gi :span="12" label="商品分类:" path="class_id">
|
||||
<n-form-item-gi :span="12" label="商品分类:" path="goods_class_id">
|
||||
<n-select
|
||||
v-model:value="model.goods_class_id"
|
||||
label-field="name"
|
||||
|
||||
Reference in New Issue
Block a user