This commit is contained in:
2025-08-12 17:07:44 +08:00
parent a907127908
commit 95d82746a3
7 changed files with 262 additions and 103 deletions

View File

@@ -65,7 +65,7 @@
</view>
<view class="zd-row submit-bar">
<!-- <button class="zd-col-6 button-default" @tap="clearUp">清空</button> -->
<button class="zd-col-8 button-primary" @tap="searchList">查询</button>
<button class="zd-col-6 button-primary" @tap="searchList">查询</button>
<button class="zd-col-8 button-primary" :class="{'button-info': !checkedArr.length}" :disabled="disabled" @tap="_lock">锁定</button>
<button class="zd-col-8 button-primary" :class="{'button-info': !checkedArr.length}" :disabled="disabled2" @tap="_unlock">解锁</button>
</view>