From b725cca0ff60728be04ef2ddb4cde5fcdf80bf8e Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期一, 14 九月 2026 16:15:24 +0800
Subject: [PATCH] feat(bpm): 流程模型列表新增「免审批」开关与全局总开关
---
src/views/bpm/model/data.ts | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/views/bpm/model/data.ts b/src/views/bpm/model/data.ts
index 6c7424b..c1be1bb 100644
--- a/src/views/bpm/model/data.ts
+++ b/src/views/bpm/model/data.ts
@@ -1,7 +1,7 @@
import type { VxeTableGridOptions } from '#/adapter/vxe-table';
import type { BpmModelApi } from '#/api/bpm/model';
-import { DICT_TYPE } from '..\..\..\packages\constants\src';
+import { DICT_TYPE } from '@vben/constants';
/** 鍒楄〃鐨勫瓧娈� */
export function useGridColumns(): VxeTableGridOptions<BpmModelApi.Model>['columns'] {
@@ -40,6 +40,12 @@
slots: { default: 'deploymentTime' },
},
{
+ field: 'autoApprove',
+ title: '鍏嶅鎵�',
+ minWidth: 110,
+ slots: { default: 'autoApprove' },
+ },
+ {
title: '鎿嶄綔',
width: 150,
fixed: 'right',
--
Gitblit v1.9.3