|
@@ -1,6 +1,6 @@
|
|
|
<!-- 前台导入wxmlUtil.wxs -->
|
|
<!-- 前台导入wxmlUtil.wxs -->
|
|
|
<wxs src='/utils/wxmlUtil.wxs' module="wxmlUtil"></wxs>
|
|
<wxs src='/utils/wxmlUtil.wxs' module="wxmlUtil"></wxs>
|
|
|
-<loading wx:if="{{loading}}" loadingName="加载中" backgroundColor="#f2f2f2;" opacity="0.8"></loading>
|
|
|
|
|
|
|
+<loading wx:if="{{loading}}" loadingName="{{$t['loading']}}" backgroundColor="#f2f2f2;" opacity="0.8"></loading>
|
|
|
<van-sticky scroll-top="0">
|
|
<van-sticky scroll-top="0">
|
|
|
<!-- 查询条件 -->
|
|
<!-- 查询条件 -->
|
|
|
<dk-dropdown-menu model:searchForm="{{searchForm}}" bind:search="searchData" searchTextPlaceholder="{{wxmlUtil.setSearchPlaceholder($t,['sensitiveName'])}}">
|
|
<dk-dropdown-menu model:searchForm="{{searchForm}}" bind:search="searchData" searchTextPlaceholder="{{wxmlUtil.setSearchPlaceholder($t,['sensitiveName'])}}">
|
|
@@ -14,7 +14,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view style="width: 50%;text-align: right;">
|
|
<view style="width: 50%;text-align: right;">
|
|
|
<view style="display: flex;">
|
|
<view style="display: flex;">
|
|
|
- <view class="font" style="width: 60%;text-align: center;">{{ formData.checked ? '全部启用可见':'全部停用可见' }}</view>
|
|
|
|
|
|
|
+ <view class="font" style="width: 60%;text-align: center;">{{ formData.checked ?$t['allEnableVisible']:$t['allDeactivateVisible'] }}</view>
|
|
|
<view style="width: 40%;text-align: right;">
|
|
<view style="width: 40%;text-align: right;">
|
|
|
<van-switch bind:change="onChangeSwitch" active-color="#00A7B5" checked="{{ formData.checked }}" size="18px"></van-switch>
|
|
<van-switch bind:change="onChangeSwitch" active-color="#00A7B5" checked="{{ formData.checked }}" size="18px"></van-switch>
|
|
|
</view>
|
|
</view>
|