perf: review todo 的修改

pull/115/head
jason 2025-05-25 08:46:09 +08:00
parent 8e88db8d11
commit deefea6a18
2 changed files with 2 additions and 19 deletions

View File

@ -26,6 +26,7 @@ import {
} from '#/api/bpm/model';
import { getSimpleDeptList } from '#/api/system/dept';
import { getSimpleUserList } from '#/api/system/user';
import { BpmAutoApproveType, BpmModelFormType, BpmModelType } from '#/utils';
import BasicInfo from './modules/basic-info.vue';
import FormDesign from './modules/form-design.vue';
@ -33,24 +34,6 @@ import ProcessDesign from './modules/process-design.vue';
defineOptions({ name: 'BpmModelCreate' });
// TODO apps 使 @utils/constant.ts @
// TODO @jason/Users/yunai/Java/yudao-ui-admin-vben-v5/apps/web-antd/src/utils/constants.ts apps
const BpmModelType = {
BPMN: 10, // BPMN
SIMPLE: 20, //
};
const BpmModelFormType = {
NORMAL: 10, //
CUSTOM: 20, //
};
const BpmAutoApproveType = {
NONE: 0, //
APPROVE_ALL: 1, //
APPROVE_SEQUENT: 2, //
};
//
type BpmProcessDefinitionType = Omit<
BpmProcessDefinitionApi.ProcessDefinitionVO,

View File

@ -162,7 +162,7 @@ const handleCategorySortSubmit = async () => {
<template>
<Page auto-content-height>
<!-- TODO @jaosn没头像的图标展示文字头像哈 -->
<!-- TODO @jaosn没头像的图标展示文字头像哈 @芋艿 好像已经展示了文字头像是模型列表中吗? -->
<!-- 流程分类表单弹窗 -->
<CategoryFormModal @success="getList" />
<Card