Commit 7c35d952 authored by honghy's avatar honghy Committed by wux

短信节点调整

parent 58a170d3
......@@ -19,7 +19,7 @@
<el-form-item label="国家" prop="countryId">
<el-select filterable clearable v-model="queryParams.countryId" :placeholder="$t('请选择国家')">
<el-option key="0" label="全部" :value="parseInt(0)" />
<el-option key="-1" label="其他" :value="parseInt(1)" />
<el-option key="1" label="其他" :value="parseInt(1)" />
<el-option v-for="dict in countryList"
:key="dict.id" :label="$l(dict, 'name')" :value="parseInt(dict.id)" />
</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