Commit 55cf1b5f authored by zhengke's avatar zhengke

修改

parent 8ddc5520
......@@ -411,12 +411,14 @@
<div class="query-box">
<ul>
<li>
<span>
<em>线路</em>
<el-select v-model="queryMsg.LineId" class="w378" :placeholder="$t('pub.pleaseSel')"
<el-select v-model="queryMsg.LineId" class="w150" :placeholder="$t('pub.pleaseSel')"
@change="getLineTeamList(queryMsg.LineId,true)" filterable>
<el-option v-for="item in queryCommonData.LineList" :label="item.LineName" :value="item.LineID" :key="item.LineID">
</el-option>
</el-select>
</span>
</li>
<li>
<span>
......
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