This commit is contained in:
jsy_zjg 2024-11-27 15:46:11 +08:00
parent 049bb790d6
commit e18e7df33b

View File

@ -8,7 +8,7 @@
</template>
<view class="tips">
<text style="color: red">注意</text>
<text>1.选中的开关为有控制权限;</text>
<text>1.选中为有控制权限开关;</text>
<view style="float: right; margin-right: 15px; border: 1px solid;">
<u-button style="height: 25px;" type="primary" size="small" :plain="true" :hairline="true" @click="handleChangeAllRow">
{{ selectAll ? '反选' : '全选' }}