13 lines
590 B
Plaintext
13 lines
590 B
Plaintext
<page-plugin isAuth="{{authInfo['SF_PROCESS_CONFIG_VIEW']}}" loading="{{loading}}"
|
|
is-login="{{isLogin}}" bind:handleLogin="handleLogin">
|
|
<t-cell-group custom-style="margin: 0">
|
|
<block wx:for="{{list}}" wx:key="index">
|
|
<t-cell title="{{item.process_name}}" note="{{item.process_code}}" data-index="{{index}}"
|
|
bind:tap="onChildProcess" description="提成值: {{item.bonus_value || '未配置'}}">
|
|
<view slot="left-icon" style="color: #999;line-height: 1.5;">
|
|
{{index + 1}}
|
|
</view>
|
|
</t-cell>
|
|
</block>
|
|
</t-cell-group>
|
|
</page-plugin> |