Commit 3dac111e authored by 黄奎's avatar 黄奎

页面修改

parent 0f3c43b2
......@@ -348,7 +348,7 @@
</span>
<span v-else>
<em>{{$t('ground.shijian')}}</em>
<el-select v-model="msg.Year">
<el-select v-model="msg.Year" >
<el-option :key="-1" :label="$t('advmanager.v_all')" :value="-1"></el-option>
<el-option v-for="item in yearList" :key="item" :label="item" :value="item"></el-option>
</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