修复已知问题

This commit is contained in:
bobobobo
2026-01-26 23:19:37 +08:00
parent 92ca8d72ce
commit 33bf08c981
15 changed files with 460 additions and 121 deletions

View File

@@ -157,7 +157,9 @@
<!-- 底部按钮 -->
<bottom-view>
<cb-button @click="submitForm">确认添加</cb-button>
<cb-button @click="submitForm">
{{ props.type == 'edit' ? '修改' : '添加' }}
</cb-button>
</bottom-view>
</view>
</template>