添加流程页面

This commit is contained in:
zhengw
2026-02-13 12:38:48 +08:00
parent d9fe6c048f
commit b17edae159
13 changed files with 226 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<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>