开始做开票信息编辑

This commit is contained in:
2024-04-24 16:54:11 +08:00
parent d41978e2e8
commit ff36356543
34 changed files with 549 additions and 274 deletions

View File

@@ -0,0 +1,10 @@
<!--pages/invoicing/components/card/index.wxml-->
<view class="cardBox">
<view class="title">
<view class="titleText"> {{ title }} </view>
<slot name="operate" />
</view>
<view class="content">
<slot name="content" />
</view>
</view>