Files
FreeERP.Applet/miniprogram/pages/base/processConfig/processConfig.wxml
2026-02-13 12:38:48 +08:00

9 lines
388 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}}" data-index="{{index}}" arrow hover
bind:tap="onChildProcess" />
</block>
</t-cell-group>
</page-plugin>