feat:【antd】bpm category 的代码风格统一

This commit is contained in:
YunaiV
2025-10-20 19:59:32 +08:00
parent 1b869a1e3a
commit 2cd4bc127d
6 changed files with 50 additions and 46 deletions

View File

@@ -70,7 +70,7 @@ const isModelSorting = ref(false);
const originalData = ref<BpmModelApi.Model[]>([]);
const modelList = ref<BpmModelApi.Model[]>([]);
// 根据是否为第一个分类, 来设置初始展开状态
const isExpand = ref(!!props.isFirst);
const isExpand = ref(props.isFirst);
const [Grid, gridApi] = useVbenVxeGrid({
gridOptions: {