Commit 6e45ea1c authored by anxixi's avatar anxixi

取消活动区域不必填

parent 11d5f46e
......@@ -96,7 +96,7 @@
<el-button v-if="!tagIf" @click="tagIf=!tagIf" type="primary" plain size="small" style="font-size: 14px;height: 34px !important;font-weight:normal;line-height: 14px"><i class="iconfont icon-jiahao"></i>{{$t('pubactivities.postkeywords')}}</el-button>
</el-row>
</el-form-item>
<el-form-item v-if="formData.versionType==1" :label="$t('pubactivities.area')+':'" prop="channelNation">
<el-form-item v-if="formData.versionType==1" :label="$t('pubactivities.area')+':'" :prop="$route.query.type == '4'?'':'channelNation'">
<el-select style="width:170px;" v-model="formData.channelNation" :placeholder="$t('releasejson.plnation')">
<el-option v-for="item in countryData" :key="item.geoId" :label="item.name" :value="item.geoId">
</el-option>
......
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