ht-mobile
v0.0.4
Published
Haday-移动端组件 Vue2
Readme
ht-mobile Vue2 + Vant 海天移动端组件
需要先切换镜像再进行安装
yarn config set registry http://10.254.3.27:8081/repository/npm-ht/
yarn add ht-mobileht-approve 流程引擎页面引入使用说明
import { HtApproval } from 'ht-mobile';
components: {
HtApproval
},
调用方式与PC相同,操作与移动端流程中心一致
@param {Boolean} isFixedFooter 是否固定底部操作栏按钮,默认true
<ht-approval
ref="childrenRef"
:process-instance-id="form.processInstanceId"
:options="options"
:custom="custom"
@submit="afterSubmit"
@reject="afterReject"
@back="backAction"
@cancelSubmit="afterCancelSubmit"
:before-fill-opinion="saveNotifyOpinion"
:before-submit="beforeSubmit"
:before-reject="beforeReject"
:show-task-history="true"
:history-dialog="historyDialog"
:task-load="taskLoad"
:message-id="messageId"
:show-upload-btn="false"
:hidden-task-def-key="hiddenTaskDefKey"
:snapshotConfigs="snapshotConfigs"
>
</ht-approval>