Commit aa40ba95 by chenxin

fix:文案错误

parent c78c6470
......@@ -31,7 +31,7 @@
<!-- 微盟微商城 微盟券号 -->
<template v-if="form.cardApplyChannel.indexOf('WMmicroMall') !== -1 && countFlag">
<el-alert title="微盟适用商品数据来源于微盟侧商品及商品参数,请确保填写正确。" type="warning" show-icon :closable="false" class="f-alert" style="margin-bottom: 10px;margin-left:130px;"></el-alert>
<el-alert title="选择设置微盟微商城-微盟券号时,卡券信息将以微盟侧为准,本页填写信息将视为无效" type="warning" show-icon :closable="false" class="f-alert" style="margin-bottom: 10px;margin-left:130px;"></el-alert>
<el-form-item label="微盟券号">
<div class="mb10" v-for="(saveItem, idx) in weimobDemoCodeList" :key="idx">
<el-select class="w200" :disabled="saveItem.save || isEdit || isInfo" v-model="saveItem.pid" filterable placeholder="请选择店铺" clearable @change="handleShopChange($event, idx)">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment