review:【BPM 工作流】流程实例相关的实现

This commit is contained in:
YunaiV
2025-05-12 12:58:57 +08:00
parent a7dcebc82a
commit 708587f023
5 changed files with 5 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ onMounted(async () => {
</Button>
</template>
<!-- TODO @ziye可以在 data 里翻译哈 -->
<template #userIds-cell="{ row }">
<span
v-for="(userId, index) in row.userIds"

View File

@@ -8,6 +8,7 @@ import { z } from '#/adapter/form';
import { CommonStatusEnum, DICT_TYPE, getDictOptions } from '#/utils';
const { hasAccessByCodes } = useAccess();
/** 新增/修改的表单 */
export function useFormSchema(): VbenFormSchema[] {
return [

View File

@@ -215,6 +215,7 @@ const handleUserSelectCancel = () => {
};
</script>
<!-- TODO @ziyeantd 组件使用大写哈目前项目风格是这样的 -->
<template>
<div>
<a-timeline class="pt-20px">