sov
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="msg_l_wrapper" :class="{ active: visible }">
|
||||
<view class="zd-row header">
|
||||
<span class="page_name">搜索</span>
|
||||
<span class="page_name">{{$t('button.search')}}</span>
|
||||
<uni-icons type="closeempty" size="20" @tap="handleClose"></uni-icons>
|
||||
</view>
|
||||
<view class="search-container">
|
||||
@@ -16,10 +16,10 @@
|
||||
</view>
|
||||
<view class="zd-row submitbar">
|
||||
<view class="zd-col-4">
|
||||
<button class="btn-submit btn-cancle" @tap="handleClear">全部清除</button>
|
||||
<button class="btn-submit btn-cancle" @tap="handleClear">{{$t('button.clear')}}</button>
|
||||
</view>
|
||||
<view class="zd-col-4">
|
||||
<button class="btn-submit btn-success" @tap="handleSearch">查询</button>
|
||||
<button class="btn-submit btn-success" @tap="handleSearch">{{$t('button.search')}}</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user