feat: [bpm][antd] todo 修改

pull/319/head
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');
} }
} }