新增分销配置

This commit is contained in:
gyq
2025-10-27 13:29:15 +08:00
parent 1e85fd06c8
commit 0cafd8651b
28 changed files with 1517 additions and 65 deletions

View File

@@ -93,16 +93,16 @@
</el-form-item>
<div class="title">发送内容</div>
<el-form-item label="商家名称">
<el-input placeholder="请输入文字" v-model="form.shopName" disabled :maxlength="20" show-word-limit
<el-input placeholder="请输入文字" v-model="form.shopName" disabled :maxlength="20"
style="width: 300px;"></el-input>
</el-form-item>
<el-form-item label="商家地址" prop="address">
<el-input placeholder="请输入文字" type="textarea" :rows="4" v-model="form.address" :maxlength="10" show-word-limit
<el-input placeholder="请输入文字" type="textarea" :rows="4" v-model="form.address" :maxlength="10"
style="width: 300px;"></el-input>
</el-form-item>
<el-form-item label="活动描述" prop="activityDetail">
<el-input type="textarea" v-model="form.activityDetail" :rows="4" placeholder="请输入活动描述" :maxlength="20"
show-word-limit style="width: 300px;"></el-input>
style="width: 300px;"></el-input>
</el-form-item>
<el-form-item label="活动时间" prop="activityTime">
<el-date-picker v-model="form.activityTime" type="datetime" placeholder="请选择时间" format="YYYY-MM-DD HH:mm:ss"