Commit f15bb057 authored by 罗超's avatar 罗超

1

parent 550d9c4e
...@@ -198,10 +198,16 @@ ...@@ -198,10 +198,16 @@
</li> </li>
<li> <li>
<button class="hollowFixedBtn" @click="getList(),getTongji()">{{$t('pub.searchBtn')}}</button> <!-- <button class="hollowFixedBtn" @click="getList(),getTongji()">{{$t('pub.searchBtn')}}</button> -->
<button class="hollowFixedBtn" @click="outerVisible=true">导入</button> <q-btn color="primary" size="11px" :label="$t('pub.searchBtn')"  @click="getList(),getTongji()" style="marginRight:10px"/>
<a class="hollowFixedBtn downBtn" style="padding:6px 9px;" :href="downList">导入模板下载</a> <!-- <button class="hollowFixedBtn" @click="outerVisible=true">导入</button> -->
<q-btn color="primary" size="11px" label="导入"  @click="outerVisible=true" style="marginRight:10px"/>
<q-btn color="primary" size="11px">
<template v-slot:default>
<a style="color:#fff;width:84px;height:8px" :href="downList">导入模板下载</a>
</template>
</q-btn>
</li> </li>
</ul> </ul>
</div> </div>
......
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