开始做开票信息编辑
This commit is contained in:
10
components/card/index.wxml
Normal file
10
components/card/index.wxml
Normal 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>
|
Reference in New Issue
Block a user