Commit 8c65fcec authored by Mac's avatar Mac

1

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