修改
This commit is contained in:
18
src/views/bpm/task/copy/index.vue
Normal file
18
src/views/bpm/task/copy/index.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<doc-alert
|
||||
title="审批转办、委派、抄送"
|
||||
url="https://doc.iocoder.cn/bpm/task-delegation-and-cc/"
|
||||
/>
|
||||
|
||||
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
||||
该功能支持 Vue3 + element-plus 版本!
|
||||
</el-link>
|
||||
<br />
|
||||
<el-text>
|
||||
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/bpm/task/copy/index.vue 代码,pull request 贡献给我们!
|
||||
</el-text>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
</script>
|
||||
Reference in New Issue
Block a user