Commit 8c65fcec authored by Mac's avatar Mac

1

parent bf543cb7
......@@ -86,13 +86,20 @@
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col :span="4" :gutter="35">
<el-form-item label="">
<div >
<input type="button" class="hollowFixedBtn" :value="$t('pub.searchBtn')" @click="resetPageIndex(),getList()" style="line-height: 30px;"/>
<input type="button" class="normalBtn" :value="$t('pub.addBtn')" @click="addShow=true,text=$t('pub.addBtn'),ed=false" style="line-height: 30px;"/>
</div>
</el-form-item>
</el-col>
</el-row>
</el-form>
<ul>
<li><input type="button" class="hollowFixedBtn" :value="$t('pub.searchBtn')" @click="resetPageIndex(),getList()"/>
<input type="button" class="normalBtn" :value="$t('pub.addBtn')" @click="addShow=true,text=$t('pub.addBtn'),ed=false"/></li>
</ul>
</div>
<div class="cm_content _scrollbar" :class="addShow==true||addCuren==false?'_edHeight':''">
<p class="_tips">{{$t('tips.sxhuilv')}}</p>
......
<template>
<div class="flexOne page_PlatformAccount" style="height:100%">
<div class="query-box">
<ul>
<li>
<div class="query-box" style="padding:0 0 10px 0 ">
<div style="text-align: right">
<input
type="button"
class="normalBtn"
value="查询"
@click=""
>
<input
type="button"
class="normalBtn"
......@@ -11,8 +16,7 @@
@click="addShow=true,text=$t('pub.addBtn'),ed=false"
>
<input type="button" class="normalBtn" @click="downMuban()" :value="$t('visa.v_daochu')">
</li>
</ul>
</div>
</div>
<!-- <v-table-->
<!-- v-if="isReady"-->
......
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