暂存工作台的修改

This commit is contained in:
2025-02-20 17:28:45 +08:00
parent 5d617f2282
commit 16a03fbb4b
10 changed files with 126 additions and 48 deletions

View File

@@ -5,6 +5,6 @@
bind:change="handleChange"
/>
<approve status="{{1}}" wx:if="{{active === 0}}" />
<approve status="{{2}}" wx:if="{{active === 1}}" />
<approve status="{{2}}" wx:if="{{active === 0}}" />
<approve status="{{1}}" wx:if="{{active === 1}}" />
<recharge wx:if="{{active === 2}}" />