Commit 84101e6e authored by 黄奎's avatar 黄奎

页面修改

parent 36cd44eb
......@@ -185,6 +185,15 @@
<div class="flexOne busPriceConfig">
<div class="query-box">
<ul>
<li>
<span>
<em>地区</em>
<el-select filterable :placeholder="$t('pub.pleaseSel')" v-model="msg.AreaTypeId">
<el-option :label="$t('pub.unlimitedSel')" :value="0"></el-option>
<el-option v-for="item in AreaList" :key="item.Id" :label="item.Name" :value="item.Id"></el-option>
</el-select>
</span>
</li>
<li>
<span>
<em>名称</em>
......@@ -383,6 +392,7 @@
currentPage: 1,
loading: false,
Trip: "",
AreaTypeId:0,//地区编号
},
//表单json
addMsg: {
......
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