Commit 907bfe94 authored by liudong1993's avatar liudong1993

1

parent a794ce26
...@@ -178,6 +178,15 @@ ...@@ -178,6 +178,15 @@
<el-option key="2" value="2" :label="$t('active.ld_jinyong')"></el-option> <el-option key="2" value="2" :label="$t('active.ld_jinyong')"></el-option>
</el-select> </el-select>
</li> </li>
<li>
<span>默认查询</span>
<el-select v-model='msg.IsSelectTop20' @change="getList">
<el-option key="0" value="0" :label="$t('pub.unlimitedSel')"></el-option>
<el-option key="20" value="20" label="前20数据"></el-option>
<el-option key="200" value="200" label="前200数据"></el-option>
<el-option key="2000" value="2000" label="前2000数据"></el-option>
</el-select>
</li>
<li class="hight_query"> <li class="hight_query">
<button class="normalBtn" @click="outerVisible=true">{{$t('objFill.daoru')}}</button> <button class="normalBtn" @click="outerVisible=true">{{$t('objFill.daoru')}}</button>
<button class="normalBtn" @click="resetForm('addMsg'),clickEdit()">{{$t('objFill.v101.FinancialModule.xinzengkem')}}</button> <button class="normalBtn" @click="resetForm('addMsg'),clickEdit()">{{$t('objFill.v101.FinancialModule.xinzengkem')}}</button>
...@@ -333,7 +342,8 @@ ...@@ -333,7 +342,8 @@
outerVisible:false, outerVisible:false,
msg:{ msg:{
BranchId: '0', BranchId: '0',
Enable: '0' Enable: '0',
IsSelectTop20:'20'
}, },
DataList:[], DataList:[],
loading:false, loading:false,
......
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