feat: [bpm][antd] todo 修改

This commit is contained in:
jason
2026-01-17 15:47:31 +08:00
parent 012412ec22
commit db1dfae481
2 changed files with 4 additions and 2 deletions

View File

@@ -464,7 +464,8 @@ function handleRenameSuccess() {
> >
<div class="flex h-12 items-center"> <div class="flex h-12 items-center">
<!-- 头部分类名 --> <!-- 头部分类名 -->
<!-- TODO @jason2拖动后直接请求排序不用有个保存排序模型分类和排序分类里的模型交互有点不同哈@芋艿 好像 yudao-ui-admin-vue3 交互也是这样的需要改吗? --> <!-- 2拖动后直接请求排序不用有个保存排序模型分类和排序分类里的模型交互有点不同哈
@芋艿 好像 yudao-ui-admin-vue3 交互也是这样的需要改吗? -->
<div class="flex items-center"> <div class="flex items-center">
<Tooltip v-if="isCategorySorting" title="拖动排序"> <Tooltip v-if="isCategorySorting" title="拖动排序">
<!-- drag-handle 标识可以拖动不能删掉 --> <!-- drag-handle 标识可以拖动不能删掉 -->

View File

@@ -169,7 +169,8 @@ async function initProcessInfo(row: any, formVariables?: any) {
path: row.formCustomCreatePath, path: row.formCustomCreatePath,
}); });
// 返回选择流程 // 返回选择流程
// TODO @jason这里为啥要有个 cancel 事件哈?目前看 vue3 + element-plus 貌似不需要呀; // 这里为啥要有个 cancel 事件哈?目前看 vue3 + element-plus 貌似不需要呀;
// @芋艿 不加貌似会有点问题。
emit('cancel'); emit('cancel');
} }
} }