bpm:完成流程实例的列表界面

This commit is contained in:
YunaiV
2023-01-23 00:03:56 +08:00
parent e6fadf073a
commit 2d6fe27b43
5 changed files with 26 additions and 56 deletions

View File

@@ -15,7 +15,7 @@
@click="cancelLeave(row)"
/>
<!-- 操作: 详情 -->
<XTextButton preIcon="ep:delete" :title="t('action.detail')" @click="handleDetail(row)" />
<XTextButton preIcon="ep:view" :title="t('action.detail')" @click="handleDetail(row)" />
<!-- 操作: 审批进度 -->
<XTextButton preIcon="ep:edit-pen" title="审批进度" @click="handleProcessDetail(row)" />
</template>