Commit b3146b3a authored by youjie's avatar youjie

no message

parent 3fff1ce1
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
<button class="hollowFixedBtn" type="button" <button class="hollowFixedBtn" type="button"
@click="getList()">{{$t('pub.searchBtn')}}</button> @click="getList()">{{$t('pub.searchBtn')}}</button>
<el-tooltip class="item" effect="dark" :content="$t('fnc.qhpaiban')" placement="top-end"> <el-tooltip class="item" effect="dark" :content="$t('fnc.qhpaiban')" placement="top-end">
<i v-if="ViewType==1" class="iconfont icon-biaoge" @click="ViewType=2,getList()"></i> <i v-if="ViewType==1" class="iconfont icon-biaoge" @click="ViewType=2,msg.pageSize=16,getList()"></i>
<i v-if="ViewType==2" class="iconfont icon-icon-ssan" @click="ViewType=1,msg.pageSize=10,getList()"></i> <i v-if="ViewType==2" class="iconfont icon-icon-ssan" @click="ViewType=1,msg.pageSize=10,getList()"></i>
</el-tooltip> </el-tooltip>
<!-- <button class="normalBtn" type="button" <!-- <button class="normalBtn" type="button"
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
}; };
}, },
watch: { watch: {
ViewType: { tableWidth: {
handler: function (val, oldVal) { handler: function (val, oldVal) {
this.com_onresize(); this.com_onresize();
window.onresize = () => { window.onresize = () => {
......
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