修复异常

This commit is contained in:
aixianling
2023-04-13 11:38:49 +08:00
parent 14cdb8bd31
commit 032b077bdc
3 changed files with 8 additions and 7 deletions

View File

@@ -17,7 +17,7 @@
</template>
<script>
import AddGoods from './components/AddGoods'
import AddGoods from './components/addGoods'
import AddStore from './components/AddStore'
import StoreList from './components/StoreList'
import GoodsList from './components/GoodsList'

View File

@@ -18,7 +18,7 @@
:selectList="dict.getDict('integralSGType')">
</ai-select>
</el-form-item>
<el-form-item style="width: 100%" label="商品类型说明" prop="typeExplain"">
<el-form-item style="width: 100%" label="商品类型说明" prop="typeExplain">
<el-input type="input" size="small" v-model="form.typeExplain" clearable placeholder="请输入商品类型说明" maxlength="50" show-word-limit></el-input>
</el-form-item>
<el-form-item style="width: 100%" label="商品图片" prop="picUrl" :rules="[{required: true, message: '请选择商品图片', trigger: 'change'}]">