添加流程页面
This commit is contained in:
@@ -41,7 +41,10 @@
|
||||
<card-item-plugin label="创建日期" value="{{item.create_date}}" />
|
||||
</view>
|
||||
<view slot="footer" class="card-plugin-footer">
|
||||
<t-button size="small" theme="primary" bind:tap="onDetail" data-index="{{index}}">子商品
|
||||
<t-button size="small" theme="primary" bind:tap="onDetail" data-index="{{index}}">查看
|
||||
</t-button>
|
||||
<t-button wx:if="{{authInfo['SF_ERP_GOODS_DEL']}}" size="small" theme="danger"
|
||||
bind:tap="onDelete" data-index="{{index}}">删除
|
||||
</t-button>
|
||||
</view>
|
||||
</card-plugin>
|
||||
|
||||
Reference in New Issue
Block a user