Commit 55cf1b5f authored by zhengke's avatar zhengke

修改

parent 8ddc5520
...@@ -411,12 +411,14 @@ ...@@ -411,12 +411,14 @@
<div class="query-box"> <div class="query-box">
<ul> <ul>
<li> <li>
<span>
<em>线路</em> <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> @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 v-for="item in queryCommonData.LineList" :label="item.LineName" :value="item.LineID" :key="item.LineID">
</el-option> </el-option>
</el-select> </el-select>
</span>
</li> </li>
<li> <li>
<span> <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