Merge remote-tracking branch 'refs/remotes/upload/dev' into jh_web

pull/551/head
痴货 2024-08-29 10:23:05 +08:00
commit 0ca860f662
1 changed files with 13 additions and 0 deletions

View File

@ -172,6 +172,18 @@
/>
天有效
</el-form-item>
<el-form-item label="优惠券描述" prop="description">
<el-input
v-model="formData.description"
:autosize="{ minRows: 2, maxRows: 2 }"
:clearable="true"
:show-word-limit="true"
class="w-100!"
maxlength="64"
placeholder="请输入优惠券描述"
type="textarea"
/>
</el-form-item>
</el-form>
<template #footer>
<el-button :disabled="formLoading" type="primary" @click="submitForm"> </el-button>
@ -218,6 +230,7 @@ const formData = ref({
fixedStartTerm: undefined,
fixedEndTerm: undefined,
productScope: PromotionProductScopeEnum.ALL.scope,
description: undefined,
productScopeValues: [], //
productCategoryIds: [], //
productSpuIds: [] //