Commit bf7e83a5 authored by zhengyi's avatar zhengyi

web端目的城市非必填

parent 6bb8207d
...@@ -239,13 +239,12 @@ ...@@ -239,13 +239,12 @@
> >
<span <span
slot="label" slot="label"
><span style="color: red">*</span>{{ $t("delivery.objective") }}</span> >{{ $t("delivery.objective") }}</span>
<el-form-item <el-form-item
label="" label=""
label-width="0" label-width="0"
style="margin-bottom: 0" style="margin-bottom: 0"
prop="objectiveId" prop="objectiveId"
required
:error="$t('delivery.objectiveRules')" :error="$t('delivery.objectiveRules')"
> >
<el-select <el-select
......
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